Share via


SpatialEdmFunctions.GeometryPointFromBinary Méthode

Définition

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

Paramètres

pointWellKnownBinaryValue
DbExpression

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

Retours

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

Exceptions

pointWellKnownBinaryValue coordinateSystemId

pointWellKnownBinaryValue coordinateSystemId

S’applique à