共用方式為


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 值的座標系統識別項。

適用於