共用方式為


DbSpatialServices.AsGml 方法

定義

產生這個值的地理標記語言 (GML) 表示。

多載

AsGml(DbGeography)

產生這個 DbGeography 值的地理標記語言 (GML) 表示。

AsGml(DbGeometry)

產生這個 DbGeometry 值的地理標記語言 (GML) 表示。

AsGml(DbGeography)

產生這個 DbGeography 值的地理標記語言 (GML) 表示。

public:
 abstract System::String ^ AsGml(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract string AsGml (System.Data.Spatial.DbGeography geographyValue);
abstract member AsGml : System.Data.Spatial.DbGeography -> string
Public MustOverride Function AsGml (geographyValue As DbGeography) As String

參數

geographyValue
DbGeography

應該針對此地理位置值產生 GML。

傳回

包含這個 DbGeography 值之 GML 表示的字串。

例外狀況

geographyValue

geographyValue

適用於

AsGml(DbGeometry)

產生這個 DbGeometry 值的地理標記語言 (GML) 表示。

public:
 abstract System::String ^ AsGml(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract string AsGml (System.Data.Spatial.DbGeometry geometryValue);
abstract member AsGml : System.Data.Spatial.DbGeometry -> string
Public MustOverride Function AsGml (geometryValue As DbGeometry) As String

參數

geometryValue
DbGeometry

應該針對此幾何值產生 GML。

傳回

包含這個 DbGeometry 值之 GML 表示的字串。

例外狀況

geometryValue

geometryValue

適用於