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