Click or drag to resize
XDL

XDMBandGeoCorrectCalcSourcePixelBound Method

파라미터로 입력된 XGCPSets객체로부터 Map to Image변환 관계를 이용하여 지리좌표로 부터 이미지 좌표계로 변환시킨다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public void CalcSourcePixelBound(
	double x1,
	double x2,
	double y1,
	double y2,
	ref int nX1,
	ref int nX2,
	ref int nY1,
	ref int nY2
)

Parameters

x1
Type: SystemDouble
[In] x축 방향 최소 지리 좌표.
x2
Type: SystemDouble
[In] x축 방향 최대 지리 좌표.
y1
Type: SystemDouble
[In] y축 방향 최소 지리 좌표.
y2
Type: SystemDouble
[In] y축 방향 최대 지리 좌표.
nX1
Type: SystemInt32
[Out] x축 방향 최소 영상 좌표.
nX2
Type: SystemInt32
[Out] x축 방향 최대 영상 좌표.
nY1
Type: SystemInt32
[Out] y축 방향 최소 영상 좌표.
nY2
Type: SystemInt32
[Out] y축 방향 최대 영상 좌표.
See Also