Uses of Class
org.geotools.api.temporal.RelativePosition
Packages that use RelativePosition
Package
Description
-
Uses of RelativePosition in org.geotools.api.temporal
Fields in org.geotools.api.temporal declared as RelativePositionModifier and TypeFieldDescriptionstatic final RelativePosition
RelativePosition.AFTER
static final RelativePosition
RelativePosition.BEFORE
static final RelativePosition
RelativePosition.BEGINS
static final RelativePosition
RelativePosition.BEGUN_BY
static final RelativePosition
RelativePosition.CONTAINS
static final RelativePosition
RelativePosition.DURING
static final RelativePosition
RelativePosition.ENDED_BY
static final RelativePosition
RelativePosition.ENDS
static final RelativePosition
RelativePosition.EQUALS
static final RelativePosition
RelativePosition.MEETS
static final RelativePosition
RelativePosition.MET_BY
static final RelativePosition
RelativePosition.OVERLAPPED_BY
static final RelativePosition
RelativePosition.OVERLAPS
Methods in org.geotools.api.temporal that return RelativePositionModifier and TypeMethodDescriptionRelativePosition.family()
Returns the list of enumerations of the same kind than this enum.TemporalOrder.relativePosition
(TemporalPrimitive other) Determines the position of this primitive relative to another primitive.static RelativePosition
Returns the relative position that matches the given string, or returns a new one if none match it.static RelativePosition[]
RelativePosition.values()
Returns the list ofRelativePosition
s. -
Uses of RelativePosition in org.geotools.filter.temporal
Methods in org.geotools.filter.temporal with parameters of type RelativePositionModifier and TypeMethodDescriptionprotected boolean
AfterImpl.doEvaluate
(RelativePosition pos) protected boolean
AnyInteractsImpl.doEvaluate
(RelativePosition pos) protected boolean
BeforeImpl.doEvaluate
(RelativePosition pos) protected boolean
BeginsImpl.doEvaluate
(RelativePosition pos) protected boolean
BegunByImpl.doEvaluate
(RelativePosition pos) protected abstract boolean
BinaryTemporalOperatorImpl.doEvaluate
(RelativePosition pos) protected boolean
DuringImpl.doEvaluate
(RelativePosition pos) protected boolean
EndedByImpl.doEvaluate
(RelativePosition pos) protected boolean
EndsImpl.doEvaluate
(RelativePosition pos) protected boolean
MeetsImpl.doEvaluate
(RelativePosition pos) protected boolean
MetByImpl.doEvaluate
(RelativePosition pos) protected boolean
OverlappedByImpl.doEvaluate
(RelativePosition pos) protected boolean
TContainsImpl.doEvaluate
(RelativePosition pos) protected boolean
TEqualsImpl.doEvaluate
(RelativePosition pos) protected boolean
TOverlapsImpl.doEvaluate
(RelativePosition pos) -
Uses of RelativePosition in org.geotools.temporal.object
Methods in org.geotools.temporal.object that return RelativePositionModifier and TypeMethodDescriptionDefaultTemporalPrimitive.relativePosition
(TemporalPrimitive other) Returns a value for relative position which are provided by the enumerated data type TM_RelativePosition and are based on the 13 temporal relationships identified by Allen (1983).