Uses of Class
org.geotools.filter.visitor.NullFilterVisitor
-
Packages that use NullFilterVisitor Package Description org.geotools.filter.visitor org.geotools.stac.store -
-
Uses of NullFilterVisitor in org.geotools.filter.visitor
Subclasses of NullFilterVisitor in org.geotools.filter.visitor Modifier and Type Class Description class
ExtractBoundsFilterVisitor
Extract a maximal envelope from the provided Filter.Fields in org.geotools.filter.visitor declared as NullFilterVisitor Modifier and Type Field Description static NullFilterVisitor
ExtractBoundsFilterVisitor. BOUNDS_VISITOR
static NullFilterVisitor
NullFilterVisitor. NULL_VISITOR
-
Uses of NullFilterVisitor in org.geotools.stac.store
Subclasses of NullFilterVisitor in org.geotools.stac.store Modifier and Type Class Description class
TimeRangeVisitor
Returns aDateRange
if the filter is equivalent to a date range on the "datetime" property,null
otherwise, meaning there is more filtering included.
-