| Name | Description | Type | Package | Framework |
| SpatialArgs | Principally holds the query Shape and the SpatialOperation. | Class | org.apache.lucene.spatial.query | Apache Lucene |
| SpatialArgsParser | Parses a string that usually looks like OPERATION(SHAPE) into a SpatialArgs object. | Class | org.apache.lucene.spatial.query | Apache Lucene |
| SpatialOperation | A predicate that compares a stored geometry to a supplied geometry. | Class | org.apache.lucene.spatial.query | Apache Lucene |
| UnsupportedSpatialOperation | Exception thrown when the SpatialStrategy cannot implement the requested operation. | Class | org.apache.lucene.spatial.query | Apache Lucene |