Click or drag to resize
XDL

XrsWarpCoeffToGeoTransform Method

XWarpCoeff의 변환 계수를 GeoTransform 정보 순서로 변경한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.0
Syntax
C#
public static void WarpCoeffToGeoTransform(
	double[] cx,
	double[] cy,
	out double[] geoTransform
)

Parameters

cx  Double
[In] XWarpCoeff에서 사용되는 X 변환 계수([0]:w-e pixel resolution [1]:rotation(0 if image is "north up") [2]:top left x)
cy  Double
[In] XWarpCoeff에서 사용되는 Y 변환 계수([0]:rotation(0 if image is "north up") [1]:n-s pixel resolution [2]:top left y)
geoTransform  Double
[Out] 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
See Also