Uses of Interface
org.geotools.api.filter.spatial.BBOX
Packages that use BBOX
Package
Description
Filters features according their properties.
Vector processing support for the GeoTools library.
The package name does not map the prefix name because we feel that this
is a better representation.
-
Uses of BBOX in org.geotools.api.filter
Methods in org.geotools.api.filter that return BBOXModifier and TypeMethodDescriptionFilterFactory.bbox
(String propertyName, double minx, double miny, double maxx, double maxy, String srs) Checks if the bounding box of the feature's geometry overlaps the indicated bounds.FilterFactory.bbox
(String propertyName, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction) Checks if the bounding box of the feature's geometry overlaps the indicated bounds.FilterFactory.bbox
(Expression geometry, double minx, double miny, double maxx, double maxy, String srs) Checks if the geometry expression overlaps the specified bounding box.FilterFactory.bbox
(Expression geometry, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction) Checks if the geometry expression overlaps the specified bounding box.FilterFactory.bbox
(Expression propertyName, Expression bounds) FilterFactory.bbox
(Expression propertyName, Expression bounds, MultiValuedFilter.MatchAction matchAction) FilterFactory.bbox
(Expression geometry, BoundingBox bounds) Checks if the bounding box of the feature's geometry overlaps the indicated bounds.FilterFactory.bbox
(Expression geometry, BoundingBox bounds, MultiValuedFilter.MatchAction matchAction) Checks if the bounding box of the feature's geometry overlaps the indicated bounds.Methods in org.geotools.api.filter with parameters of type BBOX -
Uses of BBOX in org.geotools.api.filter.spatial
Subinterfaces of BBOX in org.geotools.api.filter.spatialModifier and TypeInterfaceDescriptioninterface
An extension to the general BBOX filter for supporting 3D Bounding Boxes that have a minimum and maximum Z-value. -
Uses of BBOX in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type BBOX -
Uses of BBOX in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type BBOX -
Uses of BBOX in org.geotools.data.duckdb
Methods in org.geotools.data.duckdb with parameters of type BBOXModifier and TypeMethodDescriptionprotected Object
DuckDBFilterToSQL.visitBBOX
(BBOX filter, Expression leftExp, Expression rightExpt, Object extraData) -
Uses of BBOX in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet with parameters of type BBOXModifier and TypeMethodDescriptionprotected Object
GeoParquetFilterToSQL.visitBBOX
(BBOX filter, Expression leftExp, Expression rightExpt, Object extraData) Converts a bounding box filter to optimized SQL using bbox components. -
Uses of BBOX in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type BBOX -
Uses of BBOX in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type BBOX -
Uses of BBOX in org.geotools.data.singlestore
Methods in org.geotools.data.singlestore with parameters of type BBOX -
Uses of BBOX in org.geotools.data.wfs
Methods in org.geotools.data.wfs with parameters of type BBOX -
Uses of BBOX in org.geotools.filter
Methods in org.geotools.filter that return BBOXModifier and TypeMethodDescriptionFilterFactoryImpl.bbox
(String propertyName, double minx, double miny, double maxx, double maxy, String srs) Checks if the bounding box of the feature's geometry overlaps the specified bounding box.FilterFactoryImpl.bbox
(String propertyName, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.bbox
(Expression geometry, double minx, double miny, double maxx, double maxy, String srs) FilterFactoryImpl.bbox
(Expression e, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.bbox
(Expression geometry, Expression bounds) FilterFactoryImpl.bbox
(Expression geometry, Expression bounds, MultiValuedFilter.MatchAction machAction) FilterFactoryImpl.bbox
(Expression geometry, BoundingBox bounds) FilterFactoryImpl.bbox
(Expression geometry, BoundingBox bounds, MultiValuedFilter.MatchAction matchAction) -
Uses of BBOX in org.geotools.filter.spatial
Classes in org.geotools.filter.spatial that implement BBOXModifier and TypeClassDescriptionclass
A 3D BBOX Filter Implementation Supports filtering with BBOXes that have 3D coordinates including a minimum and maximum for the z-axis.class
Methods in org.geotools.filter.spatial with parameters of type BBOX -
Uses of BBOX in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons with parameters of type BBOX -
Uses of BBOX in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type BBOX -
Uses of BBOX in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type BBOXModifier and TypeMethodDescriptiondoes nothing -
Uses of BBOX in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic with parameters of type BBOX -
Uses of BBOX in org.geotools.process.vector
Methods in org.geotools.process.vector with parameters of type BBOX -
Uses of BBOX in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type BBOX -
Uses of BBOX in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic with parameters of type BBOX -
Uses of BBOX in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type BBOX