ID を使用して、または null が指定された場合は既定値を使用して、Geometry 座標系を取得または作成します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
Public Shared Function Geometry ( _
epsgId As Nullable(Of Integer) _
) As CoordinateSystem
'使用
Dim epsgId As Nullable(Of Integer)
Dim returnValue As CoordinateSystem
returnValue = CoordinateSystem.Geometry(epsgId)
public static CoordinateSystem Geometry(
Nullable<int> epsgId
)
public:
static CoordinateSystem^ Geometry(
Nullable<int> epsgId
)
static member Geometry :
epsgId:Nullable<int> -> CoordinateSystem
public static function Geometry(
epsgId : Nullable<int>
) : CoordinateSystem
パラメーター
- epsgId
型: System.Nullable<Int32>
EPSG に従った座標系 ID。null は既定値が返されることを示します。
戻り値
型: System.Spatial.CoordinateSystem
座標系。