Uses of Interface
org.geotools.api.filter.temporal.BinaryTemporalOperator
-
Packages that use BinaryTemporalOperator Package Description org.geotools.api.filter.temporal org.geotools.data.complex.filter org.geotools.data.jdbc org.geotools.filter.temporal org.geotools.filter.text.commons org.geotools.filter.visitor 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 BinaryTemporalOperator in org.geotools.api.filter.temporal
Subinterfaces of BinaryTemporalOperator in org.geotools.api.filter.temporal Modifier and Type Interface Description interface
After
Filter operator that determines if a temporal object is after another temporal object as defined by the Filter Encoding Specification.interface
AnyInteracts
Filter operator that determines if two temporal periods interact in any way as defined by the Filter Encoding Specification.interface
Before
Filter operator that determines if a temporal object is before another temporal object as defined by the Filter Encoding Specification.interface
Begins
Filter operator that determines if a temporal object is located at the beginning of another temporal object as defined by the Filter Encoding Specification.interface
BegunBy
Filter operator that determines if another temporal object is located at the beginning of a temporal object as defined by the Filter Encoding Specification.interface
During
Filter operator that determines if a temporal object is located during another temporal object as defined by the Filter Encoding Specification.interface
EndedBy
Filter operator that determines if another temporal object is located at the end of a temporal object as defined by the Filter Encoding Specification.interface
Ends
Filter operator that determines if a temporal object is located at the end of another temporal object as defined by the Filter Encoding Specification.interface
Meets
Filter operator that determines if a temporal period is met by another temporal period as defined by the Filter Encoding Specification.interface
MetBy
Filter operator that determines if a temporal period meets by another temporal period as defined by the Filter Encoding Specification.interface
OverlappedBy
Filter operator that determines if a temporal period is overlapped by another temporal period as defined by the Filter Encoding Specification.interface
TContains
Filter operator that determines if a temporal object contains another temporal object as defined by the Filter Encoding Specification.interface
TEquals
Filter operator that determines if two temporal objects are equal as defined by the Filter Encoding Specification.interface
TOverlaps
Filter operator that determines if a temporal period overlaps another temporal period as defined by the Filter Encoding Specification. -
Uses of BinaryTemporalOperator in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type BinaryTemporalOperator Modifier and Type Method Description protected Object
ComplexFilterSplitter. visit(BinaryTemporalOperator filter, Object data)
protected Object
UnmappingFilterVisitor. visit(BinaryTemporalOperator filter, Object data)
-
Uses of BinaryTemporalOperator in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type BinaryTemporalOperator Modifier and Type Method Description protected Object
FilterToSQL. visitBinaryTemporalOperator(BinaryTemporalOperator filter, Object extraData)
protected Object
FilterToSQL. visitBinaryTemporalOperator(BinaryTemporalOperator filter, Expression e1, Expression e2, Object extraData)
Handles the general case of two expressions in a binary temporal filter.protected Object
FilterToSQL. visitBinaryTemporalOperator(BinaryTemporalOperator filter, PropertyName property, Literal temporal, boolean swapped, Object extraData)
Handles the common case of a PropertyName,Literal geometry binary temporal operator. -
Uses of BinaryTemporalOperator in org.geotools.filter.temporal
Classes in org.geotools.filter.temporal that implement BinaryTemporalOperator Modifier and Type Class Description class
AfterImpl
class
AnyInteractsImpl
class
BeforeImpl
class
BeginsImpl
class
BegunByImpl
class
BinaryTemporalOperatorImpl
class
DuringImpl
class
EndedByImpl
class
EndsImpl
class
MeetsImpl
class
MetByImpl
class
OverlappedByImpl
class
TContainsImpl
class
TEqualsImpl
class
TOverlapsImpl
-
Uses of BinaryTemporalOperator in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons with parameters of type BinaryTemporalOperator Modifier and Type Method Description static Object
FilterToTextUtil. buildBinaryTemporalOperator(String temporalOperator, BinaryTemporalOperator filter, Object extraData)
-
Uses of BinaryTemporalOperator in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type BinaryTemporalOperator Modifier and Type Method Description Expression
LiteralDemultiplyingFilterVisitor.BinaryTemporalOperatorReplacer. getExpression1(BinaryTemporalOperator filter)
Expression
LiteralDemultiplyingFilterVisitor.BinaryTemporalOperatorReplacer. getExpression2(BinaryTemporalOperator filter)
Filter
LiteralDemultiplyingFilterVisitor.BinaryTemporalOperatorReplacer. replaceExpressions(BinaryTemporalOperator filter, Expression expression1, Expression expression2)
protected Object
AbstractFilterVisitor. visit(BinaryTemporalOperator filter, Object data)
protected Object
AbstractFinderFilterVisitor. visit(BinaryTemporalOperator filter, Object data)
protected Object
AbstractSearchFilterVisitor. visit(BinaryTemporalOperator filter, Object data)
protected Object
CapabilitiesFilterSplitter. visit(BinaryTemporalOperator filter, Object data)
protected abstract Object
FilterVisitorSupport. visit(BinaryTemporalOperator op, Object extraData)
protected Object
IsFullySupportedFilterVisitor. visit(BinaryTemporalOperator filter, Object data)
protected Object
IsSupportedFilterVisitor. visit(BinaryTemporalOperator filter, Object data)
protected Object
PostPreProcessFilterSplittingVisitor. visit(BinaryTemporalOperator filter, Object data)
-
Uses of BinaryTemporalOperator in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic with parameters of type BinaryTemporalOperator Modifier and Type Method Description protected Object
VectorMosaicPostPreFilterSplitter. visit(BinaryTemporalOperator filter, Object data)
-
Uses of BinaryTemporalOperator in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type BinaryTemporalOperator Modifier and Type Method Description protected Object
FilterCompliancePreProcessor. visit(BinaryTemporalOperator filter, Object data)
protected Object
FilterTransformer.FilterTranslator. visit(BinaryTemporalOperator filter, String name, Object data)
protected Object
FilterEncodingPreProcessor. visitTemporalFilter(BinaryTemporalOperator filter)
-