 | XDMBandGeoCorrectWarpPointMap2Image Method |
파라미터로 입력된 XGCPSets객체로부터 Map to Image변환 관계를 이용하여 지리좌표를 이미지 좌표로 변환시킨다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic void WarpPointMap2Image(
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