 | XGeoidManagerReadPixel Method (Double, Double) |
2차원 Grid 좌표상의 위치에 대한 Geoid값을 얻는다.
Namespace:
Pixoneer.NXDL.NIO
Assembly:
NXDLio (in NXDLio.dll) Version: 1.2.817.72
Syntaxpublic double ReadPixel(
double samp,
double line
)
Parameters
- samp
- Type: SystemDouble
좌상단부터 Sample 위치. - line
- Type: SystemDouble
좌상단부터 Line 위치.
Return Value
Type:
Double Geoid 값. 입력 samp, line값을 절삭하여 픽셀 좌표에 해당하는 값을 리턴한다.
See Also