SpatialEdmFunctions.GeometryPolygonFromBinary Metoda

Definice

Vytvoří, DbFunctionExpression která vyvolá kanonickou funkci GeometryPolygonFromBinary se zadanými argumenty. polygonWellKnownBinaryValue musí mít binární typ výsledku, zatímco coordinateSystemId musí mít celočíselný číselný typ výsledku. Typ výsledku výrazu je 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

Parametry

polygonWellKnownBinaryValue
DbExpression

Výraz, který poskytuje dobře známou binární reprezentaci polygonu geometrie.

coordinateSystemId
DbExpression

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

Návraty

Nový DbFunctionExpression, který vrátí novou hodnotu mnohoúhelníku geometrie na základě zadaných hodnot.

Výjimky

polygonWellKnownBinaryValue coordinateSystemId

polygonWellKnownBinaryValue coordinateSystemId

Platí pro