|
XUASLocalSetDecoderGetFrameCenterPos(XVertex3d, Boolean) Method
|
영상 중심점의 지상 위치를 얻는다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 3.0.0.3
Syntaxpublic bool GetFrameCenterPos(
out XVertex3d pos,
out bool hae
)
Parameters
- pos XVertex3d
- [OUT] 영상 중심점 지상 좌표. XVertex3d 요소 순서대로 경도(도), 위도(도), 고도(미터, 타원체 고도).
- hae Boolean
- [OUT] 참이면 WGS84 타원체 고도, 거짓이면 평균해수면고도(MSL)임을 나타낸다.
Return Value
Boolean 영상 중심점 좌표 획득 여부. 해당 항목이 메타데이터에 없을 수도 있다.
See Also