Condividi tramite


SqlSpatialServices.GeographyFromGml Metodo

Definizione

Overload

GeographyFromGml(String)

Crea un nuovo valore DbGeography basato sul valore GML (Geography Markup Language).

GeographyFromGml(String, Int32)

Crea un nuovo valore di DbGeography in base al valore GML (Geography Markup Language) e all'identificatore del sistema di coordinate (SRID) specificati.

GeographyFromGml(String)

Crea un nuovo valore DbGeography basato sul valore GML (Geography Markup Language).

public override System.Data.Entity.Spatial.DbGeography GeographyFromGml (string geographyMarkup);
override this.GeographyFromGml : string -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyFromGml (geographyMarkup As String) As DbGeography

Parametri

geographyMarkup
String

Stringa contenente una rappresentazione Geometry Markup Language (GML) del valore geografico.

Restituisce

DbGeography Nuovo valore definito dal valore GML con l'identificatore di sistema di coordinate predefinito DbGeography (SRID) ( DefaultCoordinateSystemId ).

Si applica a

GeographyFromGml(String, Int32)

Crea un nuovo valore di DbGeography in base al valore GML (Geography Markup Language) e all'identificatore del sistema di coordinate (SRID) specificati.

public override System.Data.Entity.Spatial.DbGeography GeographyFromGml (string geographyMarkup, int coordinateSystemId);
override this.GeographyFromGml : string * int -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyFromGml (geographyMarkup As String, coordinateSystemId As Integer) As DbGeography

Parametri

geographyMarkup
String

Stringa contenente una rappresentazione Geometry Markup Language (GML) del valore geografico.

coordinateSystemId
Int32

L'identificatore del sistema di coordinate che il nuovo valore DbGeography deve utilizzare.

Restituisce

Nuovo valore DbGeography definito dal valore GML con l'identificatore del sistema di coordinate (SRID) specificato.

Si applica a