SpatialEdmFunctions.GeometryPointFromBinary Método

Definição

Cria uma DbFunctionExpression que invoca a função "GeometryPointFromBinary" canônica 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 representação binária conhecida do valor de ponto de geometria.

coordinateSystemId
DbExpression

Uma expressão que fornece o SRID (ID do sistema de coordenadas) do sistema de coordenadas do valor ponto de geometria.

Retornos

Uma nova DbFunctionExpression que retorna um novo valor de ponto de geometria com base nos valores especificados.

Exceções

pointWellKnownBinaryValue coordinateSystemId

pointWellKnownBinaryValue coordinateSystemId

Aplica-se a