Click or drag to resize
XDL

XRSGIS Class

XRSGIS클래스는 XDL에서 정의한 영상 화소값에 의미를 부여하기 위해 사용한다.

예를 들어, 픽셀의 DN(Digital Number)를 1, 2, 3, 4, ~ 10과 같이 정의되어 분포가 가능한데, 이럴 경우 XRSGIS객체를 이용하여 ID = 1~10, 화소의 색상, 영상에 분포한 픽셀의 개수, 이름 등을 정의할 수 있다. 보통 이 클래스는 분류(Classification) 영상처리 후 결과를 저장하기 위해 사용한다.

Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NRSXRSGIS

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public class XRSGIS : IDisposable

The XRSGIS type exposes the following members.

Constructors
  NameDescription
Public methodXRSGIS
XRSGIS 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Top
Properties
  NameDescription
Public propertycrBlue
GIS Color의 Blue 성분.
Public propertycrGreen
GIS Color의 Green 성분.
Public propertycrRed
GIS Color의 Red 성분.
Public propertyID
ID (= Pixel digital number).
Public propertyPixelNum
특정 영상에 포함된 동일한 ID를 갖는 총 화소 수.
Public propertystrName
이름 문자열. 예를 들어, 도심지, 바다, 초지, 건물 등이 될수 있다.
Top
See Also