Uses of Class
org.geotools.api.temporal.RelativePosition
-
Packages that use RelativePosition Package Description org.geotools.api.temporal org.geotools.filter.temporal org.geotools.temporal.object -
-
Uses of RelativePosition in org.geotools.api.temporal
Fields in org.geotools.api.temporal declared as RelativePosition Modifier and Type Field Description static RelativePosition
RelativePosition. AFTER
static RelativePosition
RelativePosition. BEFORE
static RelativePosition
RelativePosition. BEGINS
static RelativePosition
RelativePosition. BEGUN_BY
static RelativePosition
RelativePosition. CONTAINS
static RelativePosition
RelativePosition. DURING
static RelativePosition
RelativePosition. ENDED_BY
static RelativePosition
RelativePosition. ENDS
static RelativePosition
RelativePosition. EQUALS
static RelativePosition
RelativePosition. MEETS
static RelativePosition
RelativePosition. MET_BY
static RelativePosition
RelativePosition. OVERLAPPED_BY
static RelativePosition
RelativePosition. OVERLAPS
Methods in org.geotools.api.temporal that return RelativePosition Modifier and Type Method Description RelativePosition[]
RelativePosition. family()
Returns the list of enumerations of the same kind than this enum.RelativePosition
TemporalOrder. relativePosition(TemporalPrimitive other)
Determines the position of this primitive relative to another primitive.static RelativePosition
RelativePosition. valueOf(String code)
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 RelativePosition Modifier and Type Method Description protected 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 RelativePosition Modifier and Type Method Description RelativePosition
DefaultTemporalPrimitive. 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).
-