|
XrsGeoTransformToWarpCoeff Method
|
GeoTransform 정보를 XWarpCoeff의 변환 계수 순서로 변경한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.0
Syntaxpublic static void GeoTransformToWarpCoeff(
double[] geoTransform,
out double[] cx,
out double[] cy
)
Parameters
- geoTransform Double
- [In] GeoTransform을 수행하기 위한 Affine Transform 계수 배열
[0]:top left x [1]:w-e pixel resolution [2]:rotation(0 if image is "north up") [3]:top left y [4]:rotation(0 if image is "north up") [5]:n-s pixel resolution
- cx Double
- [Out] XWarpCoeff에서 사용되는 X 변환 계수([0]:w-e pixel resolution [1]:rotation(0 if image is "north up") [2]:top left x)
- cy Double
- [Out] XWarpCoeff에서 사용되는 Y 변환 계수([0]:rotation(0 if image is "north up") [1]:n-s pixel resolution [2]:top left y)
See Also