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