Condividi tramite


DbSpatialServices.GeometryFromGml Metodo

Definizione

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

Overload

GeometryFromGml(String)

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

GeometryFromGml(String, Int32)

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

GeometryFromGml(String)

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

public:
 abstract System::Data::Spatial::DbGeometry ^ GeometryFromGml(System::String ^ geometryMarkup);
public abstract System.Data.Spatial.DbGeometry GeometryFromGml (string geometryMarkup);
abstract member GeometryFromGml : string -> System.Data.Spatial.DbGeometry
Public MustOverride Function GeometryFromGml (geometryMarkup As String) As DbGeometry

Parametri

geometryMarkup
String

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

Restituisce

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

Eccezioni

geometryMarkup

Si applica a

GeometryFromGml(String, Int32)

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

public:
 abstract System::Data::Spatial::DbGeometry ^ GeometryFromGml(System::String ^ geometryMarkup, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeometry GeometryFromGml (string geometryMarkup, int coordinateSystemId);
abstract member GeometryFromGml : string * int -> System.Data.Spatial.DbGeometry
Public MustOverride Function GeometryFromGml (geometryMarkup As String, coordinateSystemId As Integer) As DbGeometry

Parametri

geometryMarkup
String

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

coordinateSystemId
Int32

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

Restituisce

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

Eccezioni

geometryMarkup

coordinateSystemId

Si applica a