DbSpatialServices.AsGml Metoda

Definice

Vygeneruje reprezentaci GML (Geography Markup Language) této hodnoty.

Přetížení

Name Description
AsGml(DbGeography)

Vygeneruje reprezentaci GML (Geography Markup Language) této DbGeography hodnoty.

AsGml(DbGeometry)

Vygeneruje reprezentaci GML (Geography Markup Language) této DbGeometry hodnoty.

AsGml(DbGeography)

Vygeneruje reprezentaci GML (Geography Markup Language) této DbGeography hodnoty.

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

Parametry

geographyValue
DbGeography

Zeměpisná hodnota, pro kterou má být vygenerován GML.

Návraty

Řetězec obsahující reprezentaci GML této hodnoty DbGeography.

Výjimky

geographyValue

geographyValue

Platí pro

AsGml(DbGeometry)

Vygeneruje reprezentaci GML (Geography Markup Language) této DbGeometry hodnoty.

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

Parametry

geometryValue
DbGeometry

Hodnota geometrie, pro kterou má být vygenerován GML.

Návraty

Řetězec obsahující reprezentaci GML této hodnoty DbGeometry.

Výjimky

geometryValue

geometryValue

Platí pro