Bagikan melalui


SpatialEdmFunctions.GeometryPolygonFromBinary Metode

Definisi

DbFunctionExpression Membuat yang memanggil fungsi 'GeometryPolygonFromBinary' kanonis dengan argumen yang ditentukan. polygonWellKnownBinaryValue harus memiliki tipe hasil biner, sementara coordinateSystemId harus memiliki tipe hasil numerik bilangan bulat. Jenis hasil ekspresi adalah 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

Parameter

polygonWellKnownBinaryValue
DbExpression

Ekspresi yang menyediakan representasi biner terkenal dari nilai poligon geometri.

coordinateSystemId
DbExpression

Ekspresi yang menyediakan id sistem koordinat (SRID) dari sistem koordinat nilai poligon geometri.

Mengembalikan

DbFunctionExpression baru yang mengembalikan nilai poligon geometri baru berdasarkan nilai yang ditentukan.

Pengecualian

polygonWellKnownBinaryValue coordinateSystemId

polygonWellKnownBinaryValue coordinateSystemId

Berlaku untuk