Click or drag to resize
XDL

XSpatialReferenceGetAreaOfUse Method

좌표체계의 유효 사용영역을 확인한다.

Namespace: Pixoneer.NXDL.NCC
Assembly: NXDLcc (in NXDLcc.dll) Version: 2.0.3.38
Syntax
C#
public bool GetAreaOfUse(
	ref double westLon,
	ref double southLat,
	ref double eastLon,
	ref double northLat,
	ref string strAreaName
)

Parameters

westLon  Double
[Out] 최서단 경도값(단위 : degree). 알 수 없는 경우에는 MAX_REAL64를 반환.
southLat  Double
[Out] 최남단 위도값(단위 : degree). 알 수 없는 경우에는 MAX_REAL64를 반환.
eastLon  Double
[Out] 최동단 경도값(단위 : degree). 알 수 없는 경우에는 MAX_REAL64를 반환.
northLat  Double
[Out] 최북단 위도값(단위 : degree). 알 수 없는 경우에는 MAX_REAL64를 반환.
strAreaName  String
[Out] 사용영역에 대한 설명

Return Value

Boolean
성공하면 true를, 그렇지 않으면 false를 반환한다.
See Also