DbSpatialServices.GetCoordinateSystemId 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定值的座標系統識別項。
多載
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 值的座標系統識別項。