 | XDMBandPixelToWorld Method |
밴드 정보 기반으로 화소 좌표를 지리 좌표로 변환한다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic void PixelToWorld(
ref double x,
ref double y
)
Parameters
- x
- Type: SystemDouble
[In] 화소좌표 x값, [Out] 지리좌표 x값 - y
- Type: SystemDouble
[In] 화소좌표 y값, [Out] 지리좌표 y값
See Also