SpatialEdmFunctions.GeometryPolygonFromText Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'GeometryPolygonFromText' işlevini çağıran bir DbFunctionExpression oluşturur. polygonWellKnownText dize 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 ^ GeometryPolygonFromText(System::Data::Common::CommandTrees::DbExpression ^ polygonWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryPolygonFromText (System.Data.Common.CommandTrees.DbExpression polygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryPolygonFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryPolygonFromText (polygonWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametreler

polygonWellKnownText
DbExpression

Geometri çokgen değerinin iyi bilinen metin gösterimini sağlayan 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

polygonWellKnownText coordinateSystemId

polygonWellKnownText coordinateSystemId

Şunlara uygulanır