Freigeben über


CoordinateSystem.Geography(Nullable<Int32>) Methode

Definition

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

public static Microsoft.Spatial.CoordinateSystem Geography (int? epsgId);
static member Geography : Nullable<int> -> Microsoft.Spatial.CoordinateSystem
Public Shared Function Geography (epsgId As Nullable(Of Integer)) As CoordinateSystem

Parameter

epsgId
Nullable<Int32>

Die Koordinatensystem-ID gemäß EPSG. Null gibt an, dass der Standard zurückgegeben werden soll.

Gibt zurück

Das Koordinatensystem.

Gilt für: