Uses of Class
org.apache.lucene.spatial.query.SpatialOperation
Packages that use SpatialOperation
Package
Description
Spatial Query options useful for client side requests
Advanced spatial utilities.
-
Uses of SpatialOperation in org.apache.lucene.spatial.query
Fields in org.apache.lucene.spatial.query declared as SpatialOperationModifier and TypeFieldDescriptionstatic final SpatialOperation
SpatialOperation.BBoxIntersects
Bounding box of the *indexed* shape, thenIntersects
.static final SpatialOperation
SpatialOperation.BBoxWithin
Bounding box of the *indexed* shape, thenIsWithin
.static final SpatialOperation
SpatialOperation.Contains
Meets the "Covers" OGC definition (boundary-neutral).static final SpatialOperation
SpatialOperation.Intersects
Meets the "Intersects" OGC definition.static final SpatialOperation
SpatialOperation.IsDisjointTo
Meets the "Disjoint" OGC definition.static final SpatialOperation
SpatialOperation.IsEqualTo
Meets the "Equals" OGC definition.static final SpatialOperation
SpatialOperation.IsWithin
Meets the "CoveredBy" OGC definition (boundary-neutral).static final SpatialOperation
SpatialOperation.Overlaps
Almost meets the "Overlaps" OGC definition, but boundary-neutral (boundary==interior).Methods in org.apache.lucene.spatial.query that return SpatialOperationMethods in org.apache.lucene.spatial.query that return types with arguments of type SpatialOperationMethods in org.apache.lucene.spatial.query with parameters of type SpatialOperationModifier and TypeMethodDescriptionstatic boolean
SpatialOperation.is
(SpatialOperation op, SpatialOperation... tst) protected SpatialArgs
SpatialArgsParser.newSpatialArgs
(SpatialOperation op, org.locationtech.spatial4j.shape.Shape shape) void
SpatialArgs.setOperation
(SpatialOperation operation) Constructors in org.apache.lucene.spatial.query with parameters of type SpatialOperationModifierConstructorDescriptionSpatialArgs
(SpatialOperation operation, org.locationtech.spatial4j.shape.Shape shape) -
Uses of SpatialOperation in org.apache.lucene.spatial.util
Constructors in org.apache.lucene.spatial.util with parameters of type SpatialOperationModifierConstructorDescriptionShapeValuesPredicate
(ShapeValuesSource shapeValuesource, SpatialOperation op, org.locationtech.spatial4j.shape.Shape queryShape)