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