DbSpatialServices.GeographyFromGml Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un nuovo valore DbGeography basato sul valore GML (Geography Markup Language).
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:
abstract System::Data::Spatial::DbGeography ^ GeographyFromGml(System::String ^ geographyMarkup);
public abstract System.Data.Spatial.DbGeography GeographyFromGml (string geographyMarkup);
abstract member GeographyFromGml : string -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyFromGml (geographyMarkup As String) As DbGeography
Parametri
- geographyMarkup
- String
Stringa contenente una rappresentazione Geometry Markup Language (GML) del valore geografico.
Restituisce
Nuovo valore DbGeography definito dal valore GML con l'identificatore del sistema di coordinate DbGeography predefinito (SRID) (DefaultCoordinateSystemId).
Eccezioni
geographyMarkup
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:
abstract System::Data::Spatial::DbGeography ^ GeographyFromGml(System::String ^ geographyMarkup, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyFromGml (string geographyMarkup, int coordinateSystemId);
abstract member GeographyFromGml : string * int -> System.Data.Spatial.DbGeography
Public MustOverride 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.
Eccezioni
geographyMarkup
coordinateSystemId