Condividi tramite


DbSpatialServices.GeographyFromText Metodo

Definizione

Crea un nuovo valore DbGeography basato sul valore di testo noto.

Overload

GeographyFromText(String)

Crea un nuovo valore DbGeography basato sul valore di testo noto.

GeographyFromText(String, Int32)

Crea un nuovo valore DbGeography basato sul valore di testo noto e sull'identificatore del sistema di coordinate (SRID) specificati.

GeographyFromText(String)

Crea un nuovo valore DbGeography basato sul valore di testo noto.

public:
 abstract System::Data::Spatial::DbGeography ^ GeographyFromText(System::String ^ wellKnownText);
public abstract System.Data.Spatial.DbGeography GeographyFromText (string wellKnownText);
abstract member GeographyFromText : string -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyFromText (wellKnownText As String) As DbGeography

Parametri

wellKnownText
String

Stringa contenente una rappresentazione di testo nota del valore della posizione geografica.

Restituisce

Nuovo valore DbGeography definito dal valore di testo noto con l'identificatore del sistema di coordinate (SRID) DbGeography (DefaultCoordinateSystemId).

Eccezioni

wellKnownText

Si applica a

GeographyFromText(String, Int32)

Crea un nuovo valore DbGeography basato sul valore di testo noto e sull'identificatore del sistema di coordinate (SRID) specificati.

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

Parametri

wellKnownText
String

Stringa contenente una rappresentazione di testo nota del valore della posizione geografica.

coordinateSystemId
Int32

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

Restituisce

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

Eccezioni

wellKnownText

coordinateSystemId

Si applica a