次の方法で共有


SqlSpatialServices.AsGml メソッド

定義

オーバーロード

AsGml(DbGeography)

この DbGeography 値の Geography Markup Language (GML) 表現を生成します。

AsGml(DbGeometry)

この DbGeometry 値の Geography Markup Language (GML) 表現を生成します。

AsGml(DbGeography)

この DbGeography 値の Geography Markup Language (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 を生成する必要がある geography 値。

戻り値

この DbGeography 値の GML 表現を含む文字列。

適用対象

AsGml(DbGeometry)

この DbGeometry 値の Geography Markup Language (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 を生成する必要がある geometry 値。

戻り値

この DbGeometry 値の GML 表現を含む文字列。

適用対象