 | XDMBandGeoCorrectWarpPointImage2Map Method |
파라미터로 입력된 XGCPSets객체로부터 Image to Map변환 관계를 이용하여 이미지좌표를 지리 좌표로 변환시킨다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic void WarpPointImage2Map(
double x,
double y,
ref double xout,
ref double yout
)
Parameters
- x
- Type: SystemDouble
[In] x축 방향 영상 좌표. - y
- Type: SystemDouble
[In] y축 방향 영상 좌표. - xout
- Type: SystemDouble
[Out] x축 방향 지리 좌표. - yout
- Type: SystemDouble
[Out] y축 방향 지리 좌표.
See Also