Geospatial operators return data based on geospatial expression conditions.
Note
For details on a specific operator, including syntax and examples, click on the link to the operator's reference page.
Operators
Query Selectors
Name | Description |
---|---|
Selects geometries that intersect with a GeoJSON geometry. The 2dsphere index supports | |
Selects geometries within a bounding GeoJSON geometry. The 2dsphere and 2d indexes support | |
Returns geospatial objects in proximity to a point. Requires a geospatial index. The | |
Returns geospatial objects in proximity to a point on a sphere. Requires a geospatial index. The |
Geometry Specifiers
Name | Description |
---|---|
Specifies a rectangular box using legacy coordinate pairs for | |
Specifies a circle using legacy coordinate pairs to | |
Specifies a circle using either legacy coordinate pairs or GeoJSON format for | |
Specifies a geometry in GeoJSON format to geospatial query operators. | |
Specifies a maximum distance to limit the results of | |
Specifies a minimum distance to limit the results of | |
Specifies a polygon to using legacy coordinate pairs for |