Click or drag to resize
XDL

XRSLoadFileGetGeographicBound Method (XGeoPoint, XGeoPoint, XGeoPoint, XGeoPoint)

로딩된 영상에 대하여 실제 적용된 좌표 시스템과 상관없이 위경도 좌표계로 영상의 4개 모서리 값을 얻는다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool GetGeographicBound(
	out XGeoPoint ul,
	out XGeoPoint ur,
	out XGeoPoint lr,
	out XGeoPoint ll
)

Parameters

ul
Type: Pixoneer.NXDLXGeoPoint
[Out] Upper Left Coord
ur
Type: Pixoneer.NXDLXGeoPoint
[Out] Upper Right Coord
lr
Type: Pixoneer.NXDLXGeoPoint
[Out] Lower Right Coord
ll
Type: Pixoneer.NXDLXGeoPoint
[Out] Lower Left Coord

Return Value

Type: Boolean
성공이면 true, 실패이면 false
See Also