Aracılığıyla paylaş


SpatialEdmFunctions.GeometryPolygonFromBinary Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'GeometryPolygonFromBinary' işlevini çağıran bir DbFunctionExpression oluşturur. polygonWellKnownBinaryValue bir ikili sonuç türüne coordinateSystemId , tamsayı sayısal sonuç türüne sahip olmalıdır. İfadenin sonuç türü Edm.Geometry'dir.

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

Parametreler

polygonWellKnownBinaryValue
DbExpression

Geometri çokgen değerinin iyi bilinen ikili gösterimini sağlayan bir ifade.

coordinateSystemId
DbExpression

Geometri çokgen değerinin koordinat sisteminin koordinat sistemi kimliğini (SRID) sağlayan ifade.

Döndürülenler

Belirtilen değerlere göre yeni bir geometri çokgen değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

polygonWellKnownBinaryValue coordinateSystemId

polygonWellKnownBinaryValue coordinateSystemId

Şunlara uygulanır