다음을 통해 공유


CoordinateSystem.Geography 메서드

ID를 사용하여 지리 좌표계를 가져오거나 만듭니다. null이 지정된 경우는 기본값을 가져오거나 만듭니다.

네임스페이스:  System.Spatial
어셈블리:  System.Spatial(System.Spatial.dll)

구문

‘선언
Public Shared Function Geography ( _
    epsgId As Nullable(Of Integer) _
) As CoordinateSystem
‘사용 방법
Dim epsgId As Nullable(Of Integer)
Dim returnValue As CoordinateSystem

returnValue = CoordinateSystem.Geography(epsgId)
public static CoordinateSystem Geography(
    Nullable<int> epsgId
)
public:
static CoordinateSystem^ Geography(
    Nullable<int> epsgId
)
static member Geography : 
        epsgId:Nullable<int> -> CoordinateSystem 
public static function Geography(
    epsgId : Nullable<int>
) : CoordinateSystem

매개 변수

  • epsgId
    유형: System.Nullable<Int32>
    EPSG에 따른 좌표계 id입니다.Null은 기본값이 반환되어야 함을 나타냅니다.

반환 값

유형: System.Spatial.CoordinateSystem
좌표계입니다.

참고 항목

참조

CoordinateSystem 클래스

System.Spatial 네임스페이스