SpatialEdmFunctions.GeometryPointFromBinary Método

Definição

Cria um DbFunctionExpression que invoca a função canónica 'GeometryPointFromBinary' com os argumentos especificados. pointWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro. O tipo de resultado da expressão é 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

Parâmetros

pointWellKnownBinaryValue
DbExpression

Uma expressão que fornece a bem conhecida representação binária do valor do ponto geométrico.

coordinateSystemId
DbExpression

Uma expressão que fornece o id do sistema de coordenadas (SRID) do sistema de coordenadas do valor dos pontos de geometria.

Devoluções

Uma nova DbFunctionExpression que devolve um novo valor de ponto geométrico com base nos valores especificados.

Exceções

pointWellKnownBinaryValue coordinateSystemId

pointWellKnownBinaryValue coordinateSystemId

Aplica-se a