DbSpatialServices.AsGml Metodo

Definizione

Genera la rappresentazione GML (Geography Markup Language) di questo valore.

Overload

AsGml(DbGeography)

Genera la rappresentazione GML (Geography Markup Language) di questo valore DbGeography.

AsGml(DbGeometry)

Genera la rappresentazione GML (Geography Markup Language) di questo valore DbGeometry.

AsGml(DbGeography)

Genera la rappresentazione GML (Geography Markup Language) di questo valore DbGeography.

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

Parametri

geographyValue
DbGeography

Il valore di posizione geografica per il quale deve essere generato il GML.

Restituisce

Stringa contenente la rappresentazione GML del valore DbGeography.

Eccezioni

geographyValue

geographyValue

Si applica a

AsGml(DbGeometry)

Genera la rappresentazione GML (Geography Markup Language) di questo valore DbGeometry.

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

Parametri

geometryValue
DbGeometry

Il valore di posizione geometrica per il quale deve essere generato il GML.

Restituisce

Stringa contenente la rappresentazione GML del valore DbGeometry.

Eccezioni

geometryValue

geometryValue

Si applica a