CoordinateSystem.Geography(Nullable<Int32>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The coordinate system id, according to the EPSG. Null indicates the default should be returned.
Returns
The coordinate system.