Click or drag to resize
XDL

XUASLocalSetDecoderGetFrameCenterPos Method

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

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool GetFrameCenterPos(
	out XVertex3d pos
)

Parameters

pos  XVertex3d
[OUT] 영상 중심점 지상 좌표. XVertex3d 요소 순서대로 경도(도), 위도(도), 고도(미터, 타원체 고도).

Return Value

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