SpatialEdmFunctions.GeometryMultiPolygonFromText Método

Definição

Cria um DbFunctionExpression que invoca a função canónica 'GeometryMultiPolygonFromText' com os argumentos especificados. multiPolygonWellKnownText deve ter um tipo de resultado de string, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro. O tipo de resultado da expressão é Edm.Geometry.

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

Parâmetros

multiPolygonWellKnownText
DbExpression

Uma expressão que fornece a conhecida representação textual do valor multi-polígono geométrico.

coordinateSystemId
DbExpression

Uma expressão que fornece o id do sistema de coordenadas (SRID) do sistema de coordenadas do valor multi-polígono da geometria.

Devoluções

Uma nova DbFunctionExpression que devolve um novo valor geométrico multi-polígono com base nos valores especificados.

Exceções

multiPolygonWellKnownText coordinateSystemId

multiPolygonWellKnownText coordinateSystemId

Aplica-se a