DbGeography.FromText Método

Definição

Cria um novo valor DbGeography com base no valor de texto conhecido especificado.Creates a new DbGeography value based on the specified well known text value.

Sobrecargas

FromText(String)

Cria um novo valor DbGeography com base no valor de texto conhecido especificado.Creates a new DbGeography value based on the specified well known text value.

FromText(String, Int32)

Cria um novo valor DbGeography com base no valor de texto conhecido e no SRID (identificador do sistema de coordenadas) especificados.Creates a new DbGeography value based on the specified well known text value and coordinate system identifier (SRID).

FromText(String)

Cria um novo valor DbGeography com base no valor de texto conhecido especificado.Creates a new DbGeography value based on the specified well known text value.

public:
 static System::Data::Spatial::DbGeography ^ FromText(System::String ^ wellKnownText);
public static System.Data.Spatial.DbGeography FromText (string wellKnownText);
static member FromText : string -> System.Data.Spatial.DbGeography
Public Shared Function FromText (wellKnownText As String) As DbGeography

Parâmetros

wellKnownText
String

Uma cadeia de caracteres que contém uma representação de texto conhecida do valor de geografia.A string that contains a well known text representation of the geography value.

Retornos

DbGeography

Um novo valor DbGeography conforme definido pelo valor de texto conhecido com o SRID (identificador de sistema de coordenadas de geometria padrão) (DefaultCoordinateSystemId).A new DbGeography value as defined by the well known text value with the default geography coordinate system identifier (SRID) (DefaultCoordinateSystemId).

Exceções

wellKnownText

Aplica-se a

FromText(String, Int32)

Cria um novo valor DbGeography com base no valor de texto conhecido e no SRID (identificador do sistema de coordenadas) especificados.Creates a new DbGeography value based on the specified well known text value and coordinate system identifier (SRID).

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

Parâmetros

wellKnownText
String

Uma cadeia de caracteres que contém uma representação de texto conhecida do valor de geografia.A string that contains a well known text representation of the geography value.

coordinateSystemId
Int32

O identificador do sistema de coordenadas que o novo valor de DbGeography deve usar.The identifier of the coordinate system that the new DbGeography value should use.

Retornos

DbGeography

Um novo valor de DbGeography conforme definido pelo valor de texto conhecido com o identificador do sistema de coordenadas especificado.A new DbGeography value as defined by the well known text value with the specified coordinate system identifier.

Exceções

wellKnownText

coordinateSystemId

Aplica-se a