SpatialEdmFunctions.GeometryMultiPolygonFromBinary Metoda

Definice

Vytvoří, DbFunctionExpression která vyvolá kanonickou funkci GeometryMultiPolygonFromBinary se zadanými argumenty. multiPolygonWellKnownBinaryValue 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 ^ GeometryMultiPolygonFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiPolygonWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPolygonFromBinary(System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiPolygonFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiPolygonFromBinary (multiPolygonWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametry

multiPolygonWellKnownBinaryValue
DbExpression

Výraz, který poskytuje dobře známou binární reprezentaci víceúhelníku geometrie.

coordinateSystemId
DbExpression

Výraz, který poskytuje ID souřadnicového systému (SRID) víceúhelníku souřadnicového systému geometrie.

Návraty

Nový DbFunctionExpression, který vrátí novou geometrii multi-polygon hodnotu založenou na zadaných hodnotách.

Výjimky

multiPolygonWellKnownBinaryValue coordinateSystemId

multiPolygonWellKnownBinaryValue coordinateSystemId

Platí pro