Share via


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

地理值。

返回

给定的 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

几何值。

返回

给定的 DbGeometry 值的坐标系统标识符。

适用于