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 RelativePositionRelativePosition. AFTERstatic RelativePositionRelativePosition. BEFOREstatic RelativePositionRelativePosition. BEGINSstatic RelativePositionRelativePosition. BEGUN_BYstatic RelativePositionRelativePosition. CONTAINSstatic RelativePositionRelativePosition. DURINGstatic RelativePositionRelativePosition. ENDED_BYstatic RelativePositionRelativePosition. ENDSstatic RelativePositionRelativePosition. EQUALSstatic RelativePositionRelativePosition. MEETSstatic RelativePositionRelativePosition. MET_BYstatic RelativePositionRelativePosition. OVERLAPPED_BYstatic RelativePositionRelativePosition. OVERLAPSMethods 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.RelativePositionTemporalOrder. relativePosition(TemporalPrimitive other)Determines the position of this primitive relative to another primitive.static RelativePositionRelativePosition. 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 ofRelativePositions. -
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 booleanAfterImpl. doEvaluate(RelativePosition pos)protected booleanAnyInteractsImpl. doEvaluate(RelativePosition pos)protected booleanBeforeImpl. doEvaluate(RelativePosition pos)protected booleanBeginsImpl. doEvaluate(RelativePosition pos)protected booleanBegunByImpl. doEvaluate(RelativePosition pos)protected abstract booleanBinaryTemporalOperatorImpl. doEvaluate(RelativePosition pos)protected booleanDuringImpl. doEvaluate(RelativePosition pos)protected booleanEndedByImpl. doEvaluate(RelativePosition pos)protected booleanEndsImpl. doEvaluate(RelativePosition pos)protected booleanMeetsImpl. doEvaluate(RelativePosition pos)protected booleanMetByImpl. doEvaluate(RelativePosition pos)protected booleanOverlappedByImpl. doEvaluate(RelativePosition pos)protected booleanTContainsImpl. doEvaluate(RelativePosition pos)protected booleanTEqualsImpl. doEvaluate(RelativePosition pos)protected booleanTOverlapsImpl. 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 RelativePositionDefaultTemporalPrimitive. 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).
-