Partilhar via


SpatialEdmFunctions.SpatialBuffer(DbExpression, DbExpression) Método

Definição

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

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression SpatialBuffer (this System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue, System.Data.Entity.Core.Common.CommandTrees.DbExpression distance);
static member SpatialBuffer : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.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.

Retornos

Uma nova DbFunctionExpression que retorna um valor de geometria que representa todos os pontos menores ou iguais à distância de spatialValue.

Aplica-se a