| 
            
              XVideoSensorBeamGetSensorPosition Method
             | 
          
        
         센서 모델에 의한 이미지 좌표를 지리 좌표로 변환한다. 
        
        Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.40
Syntaxpublic bool GetSensorPosition(
	int x,
	int y,
	double alt,
	ref XVertex3d pos
)
Parameters
- x  Int32
 -   이미지 X 좌표
 - y  Int32
 -   이미지 Y 좌표
 - alt  Double
 -   고도 
 - pos  XVertex3d
 -  [OUT] 영상점과 고도에 대응하는 지리 좌표 
 
Return Value
Boolean  성공이면 true, 실패면 false를 리턴 
See Also