SpatialEdmFunctions.GeometryMultiPointFromText Méthode

Définition

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

Paramètres

multiPointWellKnownText
DbExpression

Expression qui fournit la représentation textuelle connue de la valeur de multipoint 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 multipoint géométrique.

Retours

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

Exceptions

multiPointWellKnownText coordinateSystemId

multiPointWellKnownText coordinateSystemId

S’applique à