SpatialEdmFunctions.SpatialBuffer(DbExpression, DbExpression) Método

Definição

Cria um DbFunctionExpression que invoca a função canónica 'SpatialBuffer' com os argumentos especificados, que devem ter os tipos de resultado Edm.Geography ou Edm.Geometry e Edm.Double. O tipo de resultado da expressão é Edm.Geometry.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialBuffer(System::Data::Common::CommandTrees::DbExpression ^ spatialValue, System::Data::Common::CommandTrees::DbExpression ^ distance);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialBuffer(this System.Data.Common.CommandTrees.DbExpression spatialValue, System.Data.Common.CommandTrees.DbExpression distance);
static member SpatialBuffer : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialBuffer (spatialValue As DbExpression, distance As DbExpression) As DbFunctionExpression

Parâmetros

spatialValue
DbExpression

Uma expressão que especifica o valor espacial.

distance
DbExpression

Uma expressão que especifica a distância do buffer.

Devoluções

Uma nova DbFunctionExpression que devolve um valor geométrico representando todos os pontos menores ou iguais a distance de spatialValue.

Exceções

spatialValue distance

spatialValue distance

Aplica-se a