Partager via


SpatialEdmFunctions.GeometryPolygonFromText Méthode

Définition

Crée un DbFunctionExpression qui appelle la fonction « GeometryPolygonFromText » canonique avec les arguments spécifiés. polygonWellKnownText 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 ^ GeometryPolygonFromText(System::Data::Common::CommandTrees::DbExpression ^ polygonWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryPolygonFromText (System.Data.Common.CommandTrees.DbExpression polygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryPolygonFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryPolygonFromText (polygonWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Paramètres

polygonWellKnownText
DbExpression

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

coordinateSystemId
DbExpression

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

Retours

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

Exceptions

polygonWellKnownText coordinateSystemId

polygonWellKnownText coordinateSystemId

S’applique à