Udostępnij za pośrednictwem


DbSpatialServices.AsGml Metoda

Definicja

Generuje reprezentację tej wartości w języku Geography Markup Language (GML).

Przeciążenia

AsGml(DbGeography)

Generuje reprezentację tej DbGeography wartości w języku Geography Markup Language (GML).

AsGml(DbGeometry)

Generuje reprezentację tej DbGeometry wartości w języku Geography Markup Language (GML).

AsGml(DbGeography)

Generuje reprezentację tej DbGeography wartości w języku 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

Parametry

geographyValue
DbGeography

Wartość geografii, dla której ma zostać wygenerowany kod GML.

Zwraca

Ciąg zawierający reprezentację GML tej wartości dbGeography.

Wyjątki

geographyValue

geographyValue

Dotyczy

AsGml(DbGeometry)

Generuje reprezentację tej DbGeometry wartości w języku 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

Parametry

geometryValue
DbGeometry

Wartość geometryczna, dla której należy wygenerować kod GML.

Zwraca

Ciąg zawierający reprezentację GML tej wartości DbGeometry.

Wyjątki

geometryValue

geometryValue

Dotyczy