Freigeben über


CoordinateSystem.Geography-Methode

Ruft ein Geografiekoordinatensystem mit der ID ab bzw. erstellt dieses oder ruft den Standard ab oder erstellt diesen, wenn Null angegeben wird.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Shared Function Geography ( _
    epsgId As Nullable(Of Integer) _
) As CoordinateSystem
'Usage
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

Parameter

  • epsgId
    Typ: System.Nullable<Int32>
    Die Koordinatensystem-ID gemäß EPSG.Null gibt an, dass der Standard zurückgegeben werden soll.

Rückgabewert

Typ: System.Spatial.CoordinateSystem
Das Koordinatensystem.

Siehe auch

Verweis

CoordinateSystem Klasse

System.Spatial-Namespace