SpatialEdmFunctions.GeometryMultiPolygonFromText Méthode

Définition

Crée un DbFunctionExpression qui appelle la fonction « GeometryMultiPolygonFromText » canonique avec les arguments spécifiés. multiPolygonWellKnownText doit avoir un type de résultat de chaîne, tandis qu’il 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 ^ GeometryMultiPolygonFromText(System::Data::Common::CommandTrees::DbExpression ^ multiPolygonWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPolygonFromText(System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiPolygonFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiPolygonFromText (multiPolygonWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Paramètres

multiPolygonWellKnownText
DbExpression

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

coordinateSystemId
DbExpression

Expression qui fournit l’ID de système de coordonnées (SRID) du système de coordonnées de la valeur multi polygone géométrique.

Retours

Nouvelle DbFunctionExpression qui retourne une nouvelle valeur multi polygone géométrique basée sur les valeurs spécifiées.

Exceptions

multiPolygonWellKnownText coordinateSystemId

multiPolygonWellKnownText coordinateSystemId

S’applique à