次の方法で共有


CoordinateSystem.Geometry(Nullable<Int32>) メソッド

定義

ID を使用して、または null が指定された場合は既定値を使用して、Geometry 座標系を取得または作成します。

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 は既定値が返されることを示します。

戻り値

座標系。

適用対象