Click or drag to resize
XDL

XGCPSets Class

XGCPSets 클래스는 여러 개의 XGCP 객체를 포함하는 컨터이너이다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NRSXGCPSets

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

The XGCPSets type exposes the following members.

Constructors
  NameDescription
Public methodXGCPSets
XGCPSets 클래스의 기본 생성자로서 멤버변수를 초기화한다.
Public methodXGCPSets(tagXGCPSet*)
XGCPSets 객체를 생성하는 생성자이다. C++ 클래스인 XGCPSets를 입력 받아 CLR로 연결시켜주는 역할을 수행한다.
Top
Properties
  NameDescription
Public propertyName
GCP Set의 이름을 얻거나 설정한다.
Public propertyRefType
GCP Set의 참조점 추출 방식을 설정하거나 얻는다.
Public propertySR
GCP Set의 공간 좌표계를 설정하거나 얻는다.
Public propertyType
GCP Set의 타입(eGCPSetType)을 설정하거나 얻는다.
Top
Methods
  NameDescription
Public methodAddGCP
GCP 인스턴스를 GCP Set에 추가한다.
Public methodGetGCP
입력 인덱스에 해당하는 XGCP 인스턴스를 얻는다.
Public methodGetNumGCP
GCP Set에 있는 GCP 개수를 얻는다.
Public methodGetWarpCoeffImg2Map(eWarpMethod)
GCP Set에 있는 GCP를 이용하여 영상 좌표에서 지리 좌표로 변환할 때 필요한 Warping 계수를 반환한다.
Public methodGetWarpCoeffImg2Map(eWarpMethod, Double, Double, Double, Double, Double)
GCP Set에 있는 GCP를 이용하여 이미지 좌표에서 지리좌표로 변환할 때 필요한 Warping 계수(XWarpCoeff 객체의 정의)들을 얻을 수 있다. 또한, 계산된 Warping계수와 XGCP지점 간에 오차와 전체에 대한 RMS오차를 계산하여 반환한다.
Public methodGetWarpCoeffMap2Img(eWarpMethod)
GCP Set에 있는 GCP를 이용하여 지리 좌표에서 영상 좌표로 변환할 때 필요한 Warping 계수(XWarpCoeff객체의 정의)들을 얻을 수 있다.
Public methodGetWarpCoeffMap2Img(eWarpMethod, Double, Double, Double, Double, Double)
GCP Set에 있는 GCP를 이용하여 지리 좌표에서 영상 좌표로 변환할 때 필요한 Warping 계수(XWarpCoeff객체에 정의)들을 얻을 수 있다.
Public methodLoadGCPSet
XML 형식의 파일로부터 GCP를 읽어 추가한다.
Public methodRemove
GCP Set에 있는 특정 GCP를 삭제한다.
Public methodRemoveAllGCP
GCP Set에 있는 모든 GCP를 삭제한다.
Public methodSaveGCPSet
GCP Set의 데이터 및 정보를 파일로 저장한다.
Top
See Also