Partager via


DbSpatialServices.GeographyMultiPolygonFromText(String, Int32) Méthode

Définition

Crée une valeur DbGeography à plusieurs polygones basée sur la valeur de texte connue et l’identificateur de système de coordonnées spécifiés.

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

Paramètres

multiPolygonWellKnownText
String

Valeur de texte connue.

coordinateSystemId
Int32

Identificateur du système de coordonnées.

Retours

Nouvelle valeur à plusieurs polygones DbGeography.

S’applique à