共用方式為


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

適用於