Compartir a través de


SpatialEdmFunctions.GeometryCollectionFromText Método

Definición

Crea un objeto DbFunctionExpression que llama a la función 'GeometryCollectionFromText' canónica con los argumentos especificados. geometryCollectionWellKnownText debe tener un tipo de resultado de cadena, mientras que coordinateSystemId debe tener un tipo de resultado numérico entero. El tipo de resultado de la expresión es Edm.Geometry.

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

Parámetros

geometryCollectionWellKnownText
DbExpression

Una expresión que proporciona la representación de texto conocida del valor de geometría de geografía.

coordinateSystemId
DbExpression

Una expresión que proporciona el identificador del sistema de coordenadas (SRID) del sistema de coordenadas del valor de la colección de geometría.

Devoluciones

Nuevo DbFunctionExpression que devuelve un nuevo valor de la colección de geometría basado en los valores especificados.

Excepciones

geometryCollectionWellKnownText coordinateSystemId

geometryCollectionWellKnownText coordinateSystemId

Se aplica a