|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryTemporalOperator | |
---|---|
org.geotools.data.complex.filter | |
org.geotools.data.jdbc | |
org.geotools.filter | |
org.geotools.filter.temporal | |
org.geotools.filter.text.commons | |
org.geotools.filter.visitor | |
org.geotools.xml.filter | The package name does not map the prefix name because we feel that this is a better representation. |
org.opengis.filter.temporal |
Uses of BinaryTemporalOperator in org.geotools.data.complex.filter |
---|
Methods in org.geotools.data.complex.filter with parameters of type BinaryTemporalOperator | |
---|---|
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 | |
---|---|
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,
Object extraData)
|
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 |
---|
Methods in org.geotools.filter with parameters of type BinaryTemporalOperator | |
---|---|
protected Object |
FilterTransformer.FilterTranslator.visit(BinaryTemporalOperator filter,
String name,
Object data)
|
protected Object |
FilterVisitorFilterWrapper.visitTemporalFilter(BinaryTemporalOperator filter)
|
Uses of BinaryTemporalOperator in org.geotools.filter.temporal |
---|
Classes in org.geotools.filter.temporal that implement BinaryTemporalOperator | |
---|---|
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 | |
---|---|
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 | |
---|---|
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)
Deprecated. |
protected Object |
PostPreProcessFilterSplittingVisitor.visit(BinaryTemporalOperator filter,
Object data)
Deprecated. |
protected Object |
AbstractFinderFilterVisitor.visit(BinaryTemporalOperator filter,
Object data)
|
protected Object |
AbstractSearchFilterVisitor.visit(BinaryTemporalOperator filter,
Object data)
|
protected Object |
IsSupportedFilterVisitor.visit(BinaryTemporalOperator filter,
Object data)
|
protected abstract Object |
FilterVisitorSupport.visit(BinaryTemporalOperator op,
Object extraData)
|
protected Object |
IsFullySupportedFilterVisitor.visit(BinaryTemporalOperator filter,
Object data)
|
protected Object |
CapabilitiesFilterSplitter.visit(BinaryTemporalOperator filter,
Object data)
|
Uses of BinaryTemporalOperator in org.geotools.xml.filter |
---|
Methods in org.geotools.xml.filter with parameters of type BinaryTemporalOperator | |
---|---|
protected Object |
FilterCompliancePreProcessor.visit(BinaryTemporalOperator filter,
Object data)
|
Uses of BinaryTemporalOperator in org.opengis.filter.temporal |
---|
Subinterfaces of BinaryTemporalOperator in org.opengis.filter.temporal | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |