CoordinateSystem.Geography(Nullable<Int32>) 方法

定义

获取或创建具有该 ID 的地理坐标系;如果指定了 null,则为默认值。

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

参数

epsgId
Nullable<Int32>

符合 EPSG 的坐标系 ID。 null 指示应返回默认值。

返回

坐标系。

适用于