Udostępnij przez


SqlSpatialServices.AsGml Metoda

Definicja

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 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

Parametry

geographyValue
DbGeography

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

Zwraca

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

Dotyczy

AsGml(DbGeometry)

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

Parametry

geometryValue
DbGeometry

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

Zwraca

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

Dotyczy