Partager via


SpatialEdmFunctions.GeometryCollectionFromText Méthode

Définition

Crée un DbFunctionExpression qui appelle la fonction « GeometryCollectionFromText » canonique avec les arguments spécifiés. geometryCollectionWellKnownText doit avoir un type de résultat chaîne, tandis que coordinateSystemId doit avoir un type de résultat numérique entier. Le type de résultat de l'expression est Edm.Geometry.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeometryCollectionFromText(System::Data::Common::CommandTrees::DbExpression ^ geometryCollectionWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryCollectionFromText (System.Data.Common.CommandTrees.DbExpression geometryCollectionWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryCollectionFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryCollectionFromText (geometryCollectionWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Paramètres

geometryCollectionWellKnownText
DbExpression

Expression qui fournit la représentation textuelle connue de la valeur géométrique de collection.

coordinateSystemId
DbExpression

Expression qui fournit l'identificateur de système de coordonnées (SRID) du système de coordonnées de valeur de collection géométrique.

Retours

Nouvelle DbFunctionExpression qui retourne une nouvelle valeur de collection géométrique en fonction des valeurs spécifiées.

Exceptions

geometryCollectionWellKnownText coordinateSystemId

geometryCollectionWellKnownText coordinateSystemId

S’applique à