SqlSpatialServices.AsGml 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| AsGml(DbGeography) |
產生這個 DbGeography 值的地理標記語言 (GML) 表示。 |
| AsGml(DbGeometry) |
產生這個 DbGeometry 值的地理標記語言 (GML) 表示。 |
AsGml(DbGeography)
產生這個 DbGeography 值的地理標記語言 (GML) 表示。
public override string AsGml(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.AsGml : System.Data.Entity.Spatial.DbGeography -> string
Public Overrides Function AsGml (geographyValue As DbGeography) As String
參數
- geographyValue
- DbGeography
應該針對此地理位置值產生 GML。
傳回
包含這個 DbGeography 值之 GML 表示的字串。
適用於
AsGml(DbGeometry)
產生這個 DbGeometry 值的地理標記語言 (GML) 表示。
public override string AsGml(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.AsGml : System.Data.Entity.Spatial.DbGeometry -> string
Public Overrides Function AsGml (geometryValue As DbGeometry) As String
參數
- geometryValue
- DbGeometry
應該針對此幾何值產生 GML。
傳回
包含這個 DbGeometry 值之 GML 表示的字串。