DbSpatialServices.GetCoordinateSystemId メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| GetCoordinateSystemId(DbGeography) |
指定された DbGeography 値の座標系識別子を返します。 |
| GetCoordinateSystemId(DbGeometry) |
指定された DbGeometry 値の座標系識別子を返します。 |
GetCoordinateSystemId(DbGeography)
指定された DbGeography 値の座標系識別子を返します。
public abstract int GetCoordinateSystemId(System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member GetCoordinateSystemId : System.Data.Entity.Spatial.DbGeography -> int
Public MustOverride Function GetCoordinateSystemId (geographyValue As DbGeography) As Integer
パラメーター
- geographyValue
- DbGeography
地理的な値。
戻り値
指定された DbGeography 値の座標系識別子。
例外
geographyValue が null です。
geographyValue は、この空間サービスの実装と互換性がありません。
適用対象
GetCoordinateSystemId(DbGeometry)
指定された DbGeometry 値の座標系識別子を返します。
public abstract int GetCoordinateSystemId(System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetCoordinateSystemId : System.Data.Entity.Spatial.DbGeometry -> int
Public MustOverride Function GetCoordinateSystemId (geometryValue As DbGeometry) As Integer
パラメーター
- geometryValue
- DbGeometry
ジオメトリ値。
戻り値
指定された DbGeometry 値の座標系識別子。
例外
geometryValue が null です。
geometryValue は、この空間サービスの実装と互換性がありません。