Uses of Interface
org.geotools.api.temporal.Period
Packages that use Period
Package
Description
-
Uses of Period in org.geootols.filter.text.cql_2
Methods in org.geootols.filter.text.cql_2 with parameters of type PeriodModifier and TypeMethodDescriptionprotected StringBuilder
CQL2ExpressionToText.periodToText
(Period period, StringBuilder output) -
Uses of Period in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return PeriodModifier and TypeMethodDescriptionTemporalFactory.createPeriod
(Instant begin, Instant end) CalendarEra.getEpochOfUse()
Identifies the period for which the calendar era was used as a reference fro dating.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 PeriodModifier and TypeMethodDescriptionInstant.getBegunBy()
Get the Collection of temporalPeriod
s, for which this Instant is the beginning.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 PeriodModifier and TypeMethodDescriptionTemporalFactory.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 PeriodModifier and TypeMethodDescriptionprotected void
FilterToSQL.visitLiteralTimePeriod
(Period expression) -
Uses of Period in org.geotools.filter.temporal
Methods in org.geotools.filter.temporal that return PeriodModifier and TypeMethodDescriptionprotected 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 PeriodMethods in org.geotools.filter.text.commons with parameters of type PeriodModifier and TypeMethodDescriptionprotected StringBuilder
ExpressionToText.periodToText
(Period period, StringBuilder output) -
Uses of Period in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement PeriodModifier and TypeClassDescriptionclass
A one-dimensional geometric primitive that represent extent in time.Methods in org.geotools.temporal.object that return types with arguments of type PeriodModifier and TypeMethodDescriptionDefaultInstant.getBegunBy()
Get the Collection of temporalPeriod
s, for which this Instant is the beginning.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 PeriodModifier and TypeMethodDescriptionvoid
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 PeriodMethods in org.geotools.temporal.reference with parameters of type PeriodConstructors in org.geotools.temporal.reference with parameters of type PeriodModifierConstructorDescriptionDefaultCalendarEra
(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)