| Package | Description |
|---|---|
| org.locationtech.geowave.core.geotime.store.query.filter.expression.temporal |
| Modifier and Type | Class and Description |
|---|---|
class |
After
Predicate that passes when the first operand takes place after the second operand.
|
class |
Before
Predicate that passes when the first operand takes place before the second operand.
|
class |
BeforeOrDuring
Predicate that passes when the first operand takes place before or during the second operand.
|
class |
During
Predicate that passes when the first operand takes place during the second operand.
|
class |
DuringOrAfter
Predicate that passes when the first operand takes place during or after the second operand.
|
class |
TemporalEqualTo
Predicate that passes when the first operand is equal to the second operand.
|
class |
TemporalNotEqualTo
Predicate that passes when the first operand is not equal to the second operand.
|
class |
TimeOverlaps
Predicate that passes when the first operand overlaps the second operand at any point in time.
|
Copyright © 2013–2021. All rights reserved.