|
XUASLocalSetDecoderGetSensorPosition Method
|
센서의 위치를 얻는다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool GetSensorPosition(
out XVertex3d pos
)
Parameters
- pos XVertex3d
- [OUT] 센서의 경위도 위치. XVertex3d 요소 순서대로 경도(도), 위도(도), 고도(미터, 타원체 고도).
Return Value
Boolean 센서 위치 획득 여부. 해당 항목이 메타데이터에 없을 수도 있다.
See Also