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 值的坐标系统标识符。

适用于