SpatialEdmFunctions.SpatialBuffer(DbExpression, DbExpression) Méthode

Définition

Crée un DbFunctionExpression élément qui appelle la fonction « SpatialBuffer » canonique avec les arguments spécifiés, qui doivent avoir des types de résultats Edm.Geography ou Edm.Geometry et Edm.Double. Le type de résultat de l’expression est 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

Paramètres

spatialValue
DbExpression

Expression qui spécifie la valeur spatiale.

distance
DbExpression

Expression qui spécifie la distance de mémoire tampon.

Retours

Nouvelle DbFunctionExpression qui retourne une valeur géométrique représentant tous les points inférieurs ou égaux à distance partir de spatialValue.

Exceptions

spatialValue distance

spatialValue distance

S’applique à