Sdílet prostřednictvím


SpatialEdmFunctions.GeographyPointFromBinary Metoda

Definice

Vytvoří funkci DbFunctionExpression , která vyvolá kanonickou funkci GeographyPointFromBinary se zadanými argumenty. pointWellKnownBinaryValue musí mít binární typ výsledku, zatímco coordinateSystemId musí mít celočíselný typ výsledku. Typ výsledku výrazu je Edm.Geography.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyPointFromBinary(System::Data::Common::CommandTrees::DbExpression ^ pointWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyPointFromBinary (System.Data.Common.CommandTrees.DbExpression pointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyPointFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyPointFromBinary (pointWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametry

pointWellKnownBinaryValue
DbExpression

Výraz, který poskytuje dobře známou binární reprezentaci hodnoty zeměpisného bodu.

coordinateSystemId
DbExpression

Výraz, který poskytuje ID souřadnicového systému (SRID) souřadnicové hodnoty bodu souřadniceWellKnownBinaryValue.

Návraty

Nový DbFunctionExpression, který vrací novou hodnotu zeměpisného bodu na základě zadaných hodnot.

Výjimky

pointWellKnownBinaryValue coordinateSystemId

pointWellKnownBinaryValue coordinateSystemId

Platí pro