Aracılığıyla paylaş


SpatialEdmFunctions.GeometryFromGml Yöntem

Tanım

Kurallı 'GeometryFromGml' işlevini çağıran bir DbFunctionExpression oluşturur.

Aşırı Yüklemeler

GeometryFromGml(DbExpression)

DbFunctionExpression Dize sonuç türü olması gereken belirtilen bağımsız değişkenle kurallı 'GeometryFromGml' işlevini çağıran bir oluşturur. İfadenin sonuç türü Edm.Geometry'dir.

GeometryFromGml(DbExpression, DbExpression)

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

GeometryFromGml(DbExpression)

DbFunctionExpression Dize sonuç türü olması gereken belirtilen bağımsız değişkenle kurallı 'GeometryFromGml' işlevini çağıran bir oluşturur. İfadenin sonuç türü Edm.Geometry'dir.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeometryFromGml(System::Data::Common::CommandTrees::DbExpression ^ geometryMarkup);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryFromGml (System.Data.Common.CommandTrees.DbExpression geometryMarkup);
static member GeometryFromGml : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryFromGml (geometryMarkup As DbExpression) As DbFunctionExpression

Parametreler

geometryMarkup
DbExpression

Geometri değerinin Coğrafya İşaretlemeyi Dili (GML) gösterimini sağlayan ifade.

Döndürülenler

Temel alınan sağlayıcının varsayılan koordinat sistemi kimliğine (SRID) sahip belirtilen değere göre yeni bir geometri değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

geometryMarkup

geometryMarkup

Şunlara uygulanır

GeometryFromGml(DbExpression, DbExpression)

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

Parametreler

geometryMarkup
DbExpression

Geometri değerinin Coğrafya İşaretlemeyi Dili (GML) gösterimini sağlayan ifade.

coordinateSystemId
DbExpression

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

Döndürülenler

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

Özel durumlar

geometryMarkup coordinateSystemId

geometryMarkup coordinateSystemId

Şunlara uygulanır