Click or drag to resize
XDL

XMIGGetImageOptPoints Method

지리적인 위치를 결정하기 위한 센서모델에 대응되는 이미지 좌표를 설정한다.

Namespace:  Pixoneer.NXDL.NSM
Assembly:  NXDLsm (in NXDLsm.dll) Version: 1.2.817.72
Syntax
C#
public void GetImageOptPoints(
	ref ArrayList imgList
)

Parameters

imgList
Type: System.CollectionsArrayList
[Out] 이미지 좌표 리스트. 지리적인 위치가 결정되었을 때, 그 위치에 대응하는 각 센서 모델의 이미지 좌표 값이다.
See Also