Distance Less or Equal

distancelessequal, distanceless, distanceleq, distlessequal, distless, distleq, around

Criteria

(distancelessequal type center distance radius discriminationtype)

type (Property Type): Property type for which to look when filtering the annotations.
center (Property): Specific property, of the given property type, with which to compare.
distance (Distance): Property distance compatible with the given property type, to use to compare properties.
radius (Number): Maximum distance to allow properties to be of from center.
discriminationtype (Property Discrimination Type): Discrimination type to use when filtering the annotations.

Distance Less or Equal obtains from an agenda all those annotations for which ALL/ANY (depending on discriminationtype) of their properties of the given property type are, under the given property distance, within the given radius around the center. That is, their distance to center is less or equal than radius.

Guide index