Click or drag to resize
XDL

XUASLocalSetDecoderGetCornerPoint Method

영상 꼭지점의 지상 위치를 얻는다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool GetCornerPoint(
	int index,
	out XVertex2d pos
)

Parameters

index  Int32
영상 꼭지점 순번. 왼쪽 위가 1이고 시계 방향으로 증가한다.
pos  XVertex2d
[OUT] 해당 꼭지점의 지상 경위도 좌표. XVertex2d 요소 순서대로 경도(도), 위도(도).

Return Value

Boolean
영상 꼭지점 좌표 획득 여부. 해당 항목이 메타데이터에 없을 수도 있다.
See Also