SpatialEdmFunctions.GeographyFromGml Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'GeographyFromGml' canonica.

Overload

GeographyFromGml(DbExpression)

Crea un oggetto DbFunctionExpression che richiama la funzione 'GeographyFromGml' canonica con l'argomento specificato, che deve presentare un tipo di risultato String. Il tipo di risultato dell'espressione è Edm.Geography.

GeographyFromGml(DbExpression, DbExpression)

Crea un oggetto DbFunctionExpression che richiama la funzione 'GeographyFromGml' canonica con gli argomenti specificati. geographyMarkup deve avere un tipo di risultato stringa, mentre coordinateSystemId deve avere un tipo di risultato numerico intero. Il tipo di risultato dell'espressione è Edm.Geography.

GeographyFromGml(DbExpression)

Crea un oggetto DbFunctionExpression che richiama la funzione 'GeographyFromGml' canonica con l'argomento specificato, che deve presentare un tipo di risultato String. Il tipo di risultato dell'espressione è Edm.Geography.

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

Parametri

geographyMarkup
DbExpression

Espressione che fornisce la rappresentazione Geography Markup Language (GML) del valore geografico.

Restituisce

Nuovo DbFunctionExpression che restituisce un nuovo valore di posizione geografica basato sul valore specificato con l'identificatore del sistema di coordinate predefinito (SRID) del provider sottostante.

Eccezioni

geographyMarkup

geographyMarkup

Si applica a

GeographyFromGml(DbExpression, DbExpression)

Crea un oggetto DbFunctionExpression che richiama la funzione 'GeographyFromGml' canonica con gli argomenti specificati. geographyMarkup deve avere un tipo di risultato stringa, mentre coordinateSystemId deve avere un tipo di risultato numerico intero. Il tipo di risultato dell'espressione è Edm.Geography.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyFromGml(System::Data::Common::CommandTrees::DbExpression ^ geographyMarkup, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromGml (System.Data.Common.CommandTrees.DbExpression geographyMarkup, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyFromGml : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyFromGml (geographyMarkup As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametri

geographyMarkup
DbExpression

Espressione che fornisce la rappresentazione Geography Markup Language (GML) del valore geografico.

coordinateSystemId
DbExpression

Espressione che rappresenta l'ID del sistema di coordinate (SRID) del sistema di coordinate del valore geografico.

Restituisce

Nuovo DbFunctionExpression che restituisce un nuovo valore geografico basato sui valori specificati.

Eccezioni

geographyMarkup coordinateSystemId

geographyMarkup coordinateSystemId

Si applica a