Uses of Interface
org.geotools.api.temporal.Period
- 
- 
Uses of Period in org.geootols.filter.text.cql_2Methods in org.geootols.filter.text.cql_2 with parameters of type Period Modifier and Type Method Description protected StringBuilderCQL2ExpressionToText. periodToText(Period period, StringBuilder output)
- 
Uses of Period in org.geotools.api.temporalMethods in org.geotools.api.temporal that return Period Modifier and Type Method Description PeriodTemporalFactory. createPeriod(Instant begin, Instant end)PeriodCalendarEra. getEpochOfUse()Identifies the period for which the calendar era was used as a reference fro dating.PeriodTemporalEdge. 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 temporalPeriods, for which this Instant is the beginning.Collection<Period>Instant. getEndedBy()Get the Collection of temporalPeriods, for which this Instant is the end.Methods in org.geotools.api.temporal with parameters of type Period Modifier and Type Method Description CalendarEraTemporalFactory. createCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)
- 
Uses of Period in org.geotools.data.jdbcMethods in org.geotools.data.jdbc with parameters of type Period Modifier and Type Method Description protected voidFilterToSQL. visitLiteralTimePeriod(Period expression)
- 
Uses of Period in org.geotools.filter.temporalMethods in org.geotools.filter.temporal that return Period Modifier and Type Method Description protected PeriodBinaryTemporalOperatorImpl. toPeriod(Object object, Expression e)
- 
Uses of Period in org.geotools.filter.text.commonsMethods in org.geotools.filter.text.commons that return Period Modifier and Type Method Description PeriodBuildResultStack. popPeriod()Methods in org.geotools.filter.text.commons with parameters of type Period Modifier and Type Method Description protected StringBuilderExpressionToText. periodToText(Period period, StringBuilder output)
- 
Uses of Period in org.geotools.temporal.objectClasses in org.geotools.temporal.object that implement Period Modifier and Type Class Description classDefaultPeriodA 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 temporalPeriods, for which this Instant is the beginning.Collection<Period>DefaultInstant. getEndedBy()Get the Collection of temporalPeriods, 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 voidDefaultInstant. setBegunBy(Collection<Period> begunBy)voidDefaultInstant. setEndBy(Collection<Period> endBy)
- 
Uses of Period in org.geotools.temporal.referenceMethods in org.geotools.temporal.reference that return Period Modifier and Type Method Description PeriodDefaultCalendarEra. getEpochOfUse()Methods in org.geotools.temporal.reference with parameters of type Period Modifier and Type Method Description voidDefaultCalendarEra. 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)
 
-