DbSpatialServices.GetCoordinateSystemId メソッド

定義

指定された値の座標系識別子を返します。

オーバーロード

名前 説明
GetCoordinateSystemId(DbGeography)

指定した DbGeography 値の座標系識別子を返します。

GetCoordinateSystemId(DbGeometry)

指定した DbGeometry 値の座標系識別子を返します。

GetCoordinateSystemId(DbGeography)

指定した DbGeography 値の座標系識別子を返します。

public:
 abstract int GetCoordinateSystemId(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract int GetCoordinateSystemId(System.Data.Spatial.DbGeography geographyValue);
abstract member GetCoordinateSystemId : System.Data.Spatial.DbGeography -> int
Public MustOverride Function GetCoordinateSystemId (geographyValue As DbGeography) As Integer

パラメーター

geographyValue
DbGeography

geography 値。

返品

指定した DbGeography 値の座標系識別子。

適用対象

GetCoordinateSystemId(DbGeometry)

指定した DbGeometry 値の座標系識別子を返します。

public:
 abstract int GetCoordinateSystemId(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract int GetCoordinateSystemId(System.Data.Spatial.DbGeometry geometryValue);
abstract member GetCoordinateSystemId : System.Data.Spatial.DbGeometry -> int
Public MustOverride Function GetCoordinateSystemId (geometryValue As DbGeometry) As Integer

パラメーター

geometryValue
DbGeometry

geometry 値。

返品

指定した DbGeometry 値の座標系識別子。

適用対象