Partager via


SpatialEdmFunctions.GeometryPolygonFromBinary Méthode

Définition

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

Paramètres

polygonWellKnownBinaryValue
DbExpression

Expression qui fournit la représentation binaire 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

polygonWellKnownBinaryValue coordinateSystemId

polygonWellKnownBinaryValue coordinateSystemId

S’applique à