Uses of Interface
org.geotools.api.temporal.Period
-
-
Uses of Period in org.geootols.filter.text.cql_2
Methods in org.geootols.filter.text.cql_2 with parameters of type Period Modifier and Type Method Description protected StringBuilder
CQL2ExpressionToText. periodToText(Period period, StringBuilder output)
-
Uses of Period in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return Period Modifier and Type Method Description Period
TemporalFactory. createPeriod(Instant begin, Instant end)
Period
CalendarEra. getEpochOfUse()
Identifies the period for which the calendar era was used as a reference fro dating.Period
TemporalEdge. getRealization()
An optional association that links this edge to the corresponding period.Methods in org.geotools.api.temporal that return types with arguments of type Period Modifier and Type Method Description Collection<Period>
Instant. getBegunBy()
Get the Collection of temporalPeriod
s, for which this Instant is the beginning.Collection<Period>
Instant. getEndedBy()
Get the Collection of temporalPeriod
s, for which this Instant is the end.Methods in org.geotools.api.temporal with parameters of type Period Modifier and Type Method Description CalendarEra
TemporalFactory. createCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)
-
Uses of Period in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type Period Modifier and Type Method Description protected void
FilterToSQL. visitLiteralTimePeriod(Period expression)
-
Uses of Period in org.geotools.filter.temporal
Methods in org.geotools.filter.temporal that return Period Modifier and Type Method Description protected Period
BinaryTemporalOperatorImpl. toPeriod(Object object, Expression e)
-
Uses of Period in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that return Period Modifier and Type Method Description Period
BuildResultStack. popPeriod()
Methods in org.geotools.filter.text.commons with parameters of type Period Modifier and Type Method Description protected StringBuilder
ExpressionToText. periodToText(Period period, StringBuilder output)
-
Uses of Period in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement Period Modifier and Type Class Description class
DefaultPeriod
A one-dimensional geometric primitive that represent extent in time.Methods in org.geotools.temporal.object that return types with arguments of type Period Modifier and Type Method Description Collection<Period>
DefaultInstant. getBegunBy()
Get the Collection of temporalPeriod
s, for which this Instant is the beginning.Collection<Period>
DefaultInstant. getEndedBy()
Get the Collection of temporalPeriod
s, for which this Instant is the end.Method parameters in org.geotools.temporal.object with type arguments of type Period Modifier and Type Method Description void
DefaultInstant. setBegunBy(Collection<Period> begunBy)
void
DefaultInstant. setEndBy(Collection<Period> endBy)
-
Uses of Period in org.geotools.temporal.reference
Methods in org.geotools.temporal.reference that return Period Modifier and Type Method Description Period
DefaultCalendarEra. getEpochOfUse()
Methods in org.geotools.temporal.reference with parameters of type Period Modifier and Type Method Description void
DefaultCalendarEra. setEpochOfUse(Period epochOfUse)
Constructors in org.geotools.temporal.reference with parameters of type Period Constructor Description DefaultCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)
-