次の方法で共有


DbSpatialServices.AsGml メソッド

定義

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

オーバーロード

AsGml(DbGeography)

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

AsGml(DbGeometry)

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

AsGml(DbGeography)

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

戻り値

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

例外

geographyValue

geographyValue

適用対象

AsGml(DbGeometry)

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

戻り値

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

例外

geometryValue

geometryValue

適用対象