|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelativePosition | |
---|---|
org.geotools.filter.temporal | |
org.geotools.temporal.object | |
org.opengis.temporal |
Uses of RelativePosition in org.geotools.filter.temporal |
---|
Methods in org.geotools.filter.temporal with parameters of type RelativePosition | |
---|---|
protected boolean |
DuringImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
AfterImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
TContainsImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
AnyInteractsImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
MetByImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
BeginsImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
OverlappedByImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
TEqualsImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
EndedByImpl.doEvaluate(RelativePosition pos)
|
protected abstract boolean |
BinaryTemporalOperatorImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
BegunByImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
MeetsImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
TOverlapsImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
BeforeImpl.doEvaluate(RelativePosition pos)
|
protected boolean |
EndsImpl.doEvaluate(RelativePosition pos)
|
Uses of RelativePosition in org.geotools.temporal.object |
---|
Methods in org.geotools.temporal.object that return RelativePosition | |
---|---|
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). |
Uses of RelativePosition in org.opengis.temporal |
---|
Fields in org.opengis.temporal declared as RelativePosition | |
---|---|
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.opengis.temporal that return RelativePosition | |
---|---|
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 of RelativePosition s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |