Partager via


DbSpatialServices.GeographyPointFromText(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:
 abstract System::Data::Spatial::DbGeography ^ GeographyPointFromText(System::String ^ pointWellKnownText, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyPointFromText (string pointWellKnownText, int coordinateSystemId);
abstract member GeographyPointFromText : string * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyPointFromText (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 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é (SRID) (DefaultCoordinateSystemId).

Exceptions

pointWellKnownText

coordinateSystemId

S’applique à