Uses of Interface
org.geotools.api.filter.temporal.BegunBy
-
Packages that use BegunBy Package Description org.geotools.api.filter Filters features according their properties.org.geotools.data.complex.filter org.geotools.data.jdbc org.geotools.data.mongodb org.geotools.filter org.geotools.filter.temporal org.geotools.filter.text.cqljson org.geotools.filter.visitor org.geotools.stac.store org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. -
-
Uses of BegunBy in org.geotools.api.filter
Methods in org.geotools.api.filter that return BegunBy Modifier and Type Method Description BegunBy
FilterFactory. begunBy(Expression expr1, Expression expr2)
Checks if one expression is temporally begun by anotherBegunBy
FilterFactory. begunBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
Checks if one expression is temporally begun by anotherMethods in org.geotools.api.filter with parameters of type BegunBy Modifier and Type Method Description Object
FilterVisitor. visit(BegunBy begunBy, Object extraData)
-
Uses of BegunBy in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type BegunBy Modifier and Type Method Description Object
UnmappingFilterVisitor. visit(BegunBy begunBy, Object extraData)
-
Uses of BegunBy in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type BegunBy Modifier and Type Method Description Object
FilterToSQL. visit(BegunBy begunBy, Object extraData)
-
Uses of BegunBy in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type BegunBy Modifier and Type Method Description Object
AbstractFilterToMongo. visit(BegunBy begunBy, Object extraData)
-
Uses of BegunBy in org.geotools.filter
Methods in org.geotools.filter that return BegunBy Modifier and Type Method Description BegunBy
FilterFactoryImpl. begunBy(Expression expr1, Expression expr2)
BegunBy
FilterFactoryImpl. begunBy(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction)
-
Uses of BegunBy in org.geotools.filter.temporal
Classes in org.geotools.filter.temporal that implement BegunBy Modifier and Type Class Description class
BegunByImpl
-
Uses of BegunBy in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type BegunBy Modifier and Type Method Description Object
FilterToCQL2Json. visit(BegunBy begunBy, Object extraData)
-
Uses of BegunBy in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type BegunBy Modifier and Type Method Description Object
AbstractFilterVisitor. visit(BegunBy begunBy, Object extraData)
Object
AbstractFinderFilterVisitor. visit(BegunBy begunBy, Object extraData)
Object
AbstractSearchFilterVisitor. visit(BegunBy begunBy, Object extraData)
Object
BindingFilterVisitor. visit(BegunBy begunBy, Object extraData)
Object
CapabilitiesFilterSplitter. visit(BegunBy begunBy, Object extraData)
Object
DefaultFilterVisitor. visit(BegunBy begunBy, Object data)
Object
DuplicatingFilterVisitor. visit(BegunBy begunBy, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(BegunBy begunBy, Object data)
Object
FilterVisitorSupport. visit(BegunBy filter, Object extraData)
Object
IsFullySupportedFilterVisitor. visit(BegunBy begunBy, Object extraData)
Object
IsSupportedFilterVisitor. visit(BegunBy begunBy, Object extraData)
Object
LiteralDemultiplyingFilterVisitor. visit(BegunBy begunBy, Object extraData)
Object
NullFilterVisitor. visit(BegunBy begunBy, Object data)
Object
OperatorNameFilterVisitor. visit(BegunBy begunBy, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(BegunBy begunBy, Object extraData)
-
Uses of BegunBy in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type BegunBy Modifier and Type Method Description Object
TimeRangeVisitor. visit(BegunBy begunBy, Object extraData)
-
Uses of BegunBy in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type BegunBy Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(BegunBy begunBy, Object extraData)
Object
FilterEncodingPreProcessor. visit(BegunBy begunBy, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(BegunBy begunBy, Object extraData)
-