CoordinateSystem.Geography(Nullable<Int32>) Method

Definition

Gets or creates a Geography coordinate system with the ID, or the default if null is given.

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

Parameters

epsgId
Nullable<Int32>

The coordinate system id, according to the EPSG. Null indicates the default should be returned.

Returns

The coordinate system.

Applies to