次の方法で共有


CoordinateSystem.Geography メソッド

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

名前空間:  System.Spatial
アセンブリ:  System.Spatial (System.Spatial.dll)

構文

'宣言
Public Shared Function Geography ( _
    epsgId As Nullable(Of Integer) _
) As CoordinateSystem
'使用
Dim epsgId As Nullable(Of Integer)
Dim returnValue As CoordinateSystem

returnValue = CoordinateSystem.Geography(epsgId)
public static CoordinateSystem Geography(
    Nullable<int> epsgId
)
public:
static CoordinateSystem^ Geography(
    Nullable<int> epsgId
)
static member Geography : 
        epsgId:Nullable<int> -> CoordinateSystem 
public static function Geography(
    epsgId : Nullable<int>
) : CoordinateSystem

パラメーター

  • epsgId
    型: System.Nullable<Int32>
    EPSG に従った座標系 ID。null は既定値が返されることを示します。

戻り値

型: System.Spatial.CoordinateSystem
座標系。

関連項目

参照

CoordinateSystem クラス

System.Spatial 名前空間