次の方法で共有


SqlSpatialServices.GetCoordinateSystemId メソッド

定義

オーバーロード

GetCoordinateSystemId(DbGeography)

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

GetCoordinateSystemId(DbGeometry)

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

GetCoordinateSystemId(DbGeography)

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

public override int GetCoordinateSystemId(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetCoordinateSystemId : System.Data.Entity.Spatial.DbGeography -> int
Public Overrides Function GetCoordinateSystemId (geographyValue As DbGeography) As Integer

パラメーター

geographyValue
DbGeography

地理的な値。

戻り値

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

適用対象

GetCoordinateSystemId(DbGeometry)

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

public override int GetCoordinateSystemId(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetCoordinateSystemId : System.Data.Entity.Spatial.DbGeometry -> int
Public Overrides Function GetCoordinateSystemId (geometryValue As DbGeometry) As Integer

パラメーター

geometryValue
DbGeometry

ジオメトリ値。

戻り値

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

適用対象