Sdílet prostřednictvím


SpatialEdmFunctions.GeometryFromGml Metoda

Definice

Přetížení

GeometryFromGml(DbExpression)

Vytvoří , DbFunctionExpression který vyvolá kanonický 'GeometryFromGml' funkce se zadaným argumentem, který musí mít typ výsledku řetězce. Typ výsledku výrazu je Edm.Geometry.

GeometryFromGml(DbExpression, DbExpression)

Vytvoří , DbFunctionExpression který vyvolá kanonický 'GeometryFromGml' funkce se zadanými argumenty. geometryMarkup musí mít typ výsledku řetězce, zatímco coordinateSystemId musí mít celočíselný číselný typ výsledku. Typ výsledku výrazu je Edm.Geometry.

GeometryFromGml(DbExpression)

Vytvoří , DbFunctionExpression který vyvolá kanonický 'GeometryFromGml' funkce se zadaným argumentem, který musí mít typ výsledku řetězce. Typ výsledku výrazu je Edm.Geometry.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Abbreviation more meaningful than what it stands for", MessageId="Gml")]
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression GeometryFromGml (System.Data.Entity.Core.Common.CommandTrees.DbExpression geometryMarkup);
static member GeometryFromGml : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
Public Function GeometryFromGml (geometryMarkup As DbExpression) As DbFunctionExpression

Parametry

geometryMarkup
DbExpression

Výraz, který poskytuje reprezentaci hodnoty geometrie jazyka GML (Geography Markup Language).

Návraty

Nový DbFunctionExpression, který vrátí novou hodnotu geometrie na základě zadané hodnoty s výchozím ID souřadnic systému (SRID) podkladového zprostředkovatele.

Atributy

Platí pro

GeometryFromGml(DbExpression, DbExpression)

Vytvoří , DbFunctionExpression který vyvolá kanonický 'GeometryFromGml' funkce se zadanými argumenty. geometryMarkup musí mít typ výsledku řetězce, zatímco coordinateSystemId musí mít celočíselný číselný typ výsledku. Typ výsledku výrazu je Edm.Geometry.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Abbreviation more meaningful than what it stands for", MessageId="Gml")]
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression GeometryFromGml (System.Data.Entity.Core.Common.CommandTrees.DbExpression geometryMarkup, System.Data.Entity.Core.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryFromGml : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
Public Function GeometryFromGml (geometryMarkup As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametry

geometryMarkup
DbExpression

Výraz, který poskytuje reprezentaci hodnoty geometrie jazyka GML (Geography Markup Language).

coordinateSystemId
DbExpression

Výraz, který poskytuje ID souřadnicového systému (SRID) souřadnicového systému hodnoty geometrie.

Návraty

Nový DbFunctionExpression, který vrací novou hodnotu geometrie na základě zadaných hodnot.

Atributy

Platí pro