CoordinateSystem.Geometry(Nullable<Int32>) 方法

定义

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

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

参数

epsgId
Nullable<Int32>

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

返回

坐标系。

适用于