 | XGeoidManagerPixelToSpace Method |
Pixel좌표점(Grid상의 Sample/Line 위치)로부터 위경도 좌표계로 변환을 수행한다.
Namespace:
Pixoneer.NXDL.NIO
Assembly:
NXDLio (in NXDLio.dll) Version: 1.2.817.72
Syntaxpublic void PixelToSpace(
double samp,
double line,
ref double lon,
ref double lat
)
Parameters
- samp
- Type: SystemDouble
Grid상의 sample pixel 위치. - line
- Type: SystemDouble
Grid상의 Line pixel 위치. - lon
- Type: SystemDouble
경도 좌표 값. - lat
- Type: SystemDouble
위도 좌표 값.
See Also