Uses of Interface
org.geotools.api.filter.spatial.BBOX
-
Packages that use BBOX Package Description org.geotools.api.filter Filters features according their properties.org.geotools.api.filter.spatial org.geotools.appschema.jdbc org.geotools.data.complex.filter org.geotools.data.jdbc org.geotools.data.mongodb org.geotools.data.wfs org.geotools.filter org.geotools.filter.spatial org.geotools.filter.text.commons org.geotools.filter.text.cqljson org.geotools.filter.visitor org.geotools.gce.imagemosaic org.geotools.process.vector Vector processing support for the GeoTools library.org.geotools.stac.store org.geotools.vectormosaic org.geotools.xml.filter 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 BBOX Modifier and Type Method Description BBOX
FilterFactory. 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.BBOX
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.BBOX
FilterFactory. bbox(Expression geometry, double minx, double miny, double maxx, double maxy, String srs)
Checks if the geometry expression overlaps the specified bounding box.BBOX
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.BBOX
FilterFactory. bbox(Expression propertyName, Expression bounds)
BBOX
FilterFactory. bbox(Expression propertyName, Expression bounds, MultiValuedFilter.MatchAction matchAction)
BBOX
FilterFactory. bbox(Expression geometry, BoundingBox bounds)
Checks if the bounding box of the feature's geometry overlaps the indicated bounds.BBOX
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 Modifier and Type Method Description Object
FilterVisitor. visit(BBOX filter, Object extraData)
-
Uses of BBOX in org.geotools.api.filter.spatial
Subinterfaces of BBOX in org.geotools.api.filter.spatial Modifier and Type Interface Description interface
BBOX3D
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 Modifier and Type Method Description Object
NestedFilterToSQL. visit(BBOX filter, Object extraData)
-
Uses of BBOX in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type BBOX Modifier and Type Method Description Object
ComplexFilterSplitter. visit(BBOX filter, Object notUsed)
Object
UnmappingFilterVisitor. visit(BBOX filter, Object arg1)
-
Uses of BBOX in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type BBOX Modifier and Type Method Description Object
FilterToSQL. visit(BBOX filter, Object extraData)
-
Uses of BBOX in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type BBOX Modifier and Type Method Description Object
AbstractFilterToMongo. visit(BBOX filter, Object extraData)
-
Uses of BBOX in org.geotools.data.wfs
Methods in org.geotools.data.wfs with parameters of type BBOX Modifier and Type Method Description Object
InvertAxisFilterVisitor. visit(BBOX filter, Object extraData)
-
Uses of BBOX in org.geotools.filter
Methods in org.geotools.filter that return BBOX Modifier and Type Method Description BBOX
FilterFactoryImpl. 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.BBOX
FilterFactoryImpl. bbox(String propertyName, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction)
BBOX
FilterFactoryImpl. bbox(Expression geometry, double minx, double miny, double maxx, double maxy, String srs)
BBOX
FilterFactoryImpl. bbox(Expression e, double minx, double miny, double maxx, double maxy, String srs, MultiValuedFilter.MatchAction matchAction)
BBOX
FilterFactoryImpl. bbox(Expression geometry, Expression bounds)
BBOX
FilterFactoryImpl. bbox(Expression geometry, Expression bounds, MultiValuedFilter.MatchAction machAction)
BBOX
FilterFactoryImpl. bbox(Expression geometry, BoundingBox bounds)
BBOX
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 BBOX Modifier and Type Class Description class
BBOX3DImpl
A 3D BBOX Filter Implementation Supports filtering with BBOXes that have 3D coordinates including a minimum and maximum for the z-axis.class
BBOXImpl
Methods in org.geotools.filter.spatial with parameters of type BBOX Modifier and Type Method Description Object
DefaultCRSFilterVisitor. visit(BBOX filter, Object extraData)
Object
ReprojectingFilterVisitor. visit(BBOX filter, Object extraData)
-
Uses of BBOX in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons with parameters of type BBOX Modifier and Type Method Description static Object
FilterToTextUtil. buildBBOX(BBOX filter, Object extraData)
-
Uses of BBOX in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type BBOX Modifier and Type Method Description Object
FilterToCQL2Json. visit(BBOX filter, Object extraData)
-
Uses of BBOX in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type BBOX Modifier and Type Method Description Object
AbstractFilterVisitor. visit(BBOX filter, Object data)
does nothingObject
AbstractFinderFilterVisitor. visit(BBOX filter, Object data)
Object
AbstractSearchFilterVisitor. visit(BBOX filter, Object data)
Object
CapabilitiesFilterSplitter. visit(BBOX filter, Object notUsed)
Object
DefaultFilterVisitor. visit(BBOX filter, Object data)
Object
DuplicatingFilterVisitor. visit(BBOX filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(BBOX filter, Object data)
Object
FilterVisitorSupport. visit(BBOX filter, Object extraData)
Object
FixBBOXFilterVisitor. visit(BBOX filter, Object extraData)
Object
IsFullySupportedFilterVisitor. visit(BBOX filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(BBOX filter, Object extraData)
Object
LiteralDemultiplyingFilterVisitor. visit(BBOX filter, Object extraData)
Object
NullFilterVisitor. visit(BBOX filter, Object data)
Object
OperatorNameFilterVisitor. visit(BBOX filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(BBOX filter, Object notUsed)
Object
SpatialFilterVisitor. visit(BBOX filter, Object data)
-
Uses of BBOX in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic with parameters of type BBOX Modifier and Type Method Description Object
Utils.BBOXFilterExtractor. visit(BBOX filter, Object data)
-
Uses of BBOX in org.geotools.process.vector
Methods in org.geotools.process.vector with parameters of type BBOX Modifier and Type Method Description Object
BBOXExpandingFilterVisitor. visit(BBOX filter, Object extraData)
Expands the BBOX in the Filter. -
Uses of BBOX in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type BBOX Modifier and Type Method Description Object
TimeRangeVisitor. visit(BBOX filter, Object extraData)
-
Uses of BBOX in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic with parameters of type BBOX Modifier and Type Method Description Object
VectorMosaicPostPreFilterSplitter. visit(BBOX filter, Object extraData)
-
Uses of BBOX in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type BBOX Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(BBOX filter, Object extraData)
Object
FilterEncodingPreProcessor. visit(BBOX filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(BBOX filter, Object extraData)
-