Partager via


DbGeography.PointFromText(String, Int32) Méthode

Définition

Crée une valeur de point DbGeography en fonction de la valeur texte et de l'identificateur de système de coordonnées (SRID) connus spécifiés.

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

Paramètres

pointWellKnownText
String

Chaîne qui contient une représentation textuelle connue de la valeur géographique.

coordinateSystemId
Int32

Identificateur du système de coordonnées que la nouvelle valeur de DbGeography doit utiliser.

Retours

Nouvelle valeur DbGeography telle que définie par la valeur texte connue avec l'identificateur du système de coordonnées de géographie spécifié.

Exceptions

pointWellKnownText

coordinateSystemId

S’applique à