Partager via


DbGeography.PolygonFromText(String, Int32) Méthode

Définition

Crée une valeur de polygone 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 ^ PolygonFromText(System::String ^ polygonWellKnownText, int coordinateSystemId);
public static System.Data.Spatial.DbGeography PolygonFromText (string polygonWellKnownText, int coordinateSystemId);
static member PolygonFromText : string * int -> System.Data.Spatial.DbGeography
Public Shared Function PolygonFromText (polygonWellKnownText As String, coordinateSystemId As Integer) As DbGeography

Paramètres

polygonWellKnownText
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

polygonWellKnownText

coordinateSystemId

S’applique à