Uses of Interface
org.opengis.temporal.Period

Packages that use Period
org.geotools.data.jdbc   
org.geotools.filter.temporal   
org.geotools.filter.text.commons   
org.geotools.temporal.object   
org.geotools.temporal.reference   
org.opengis.temporal   
 

Uses of Period in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc with parameters of type Period
protected  void FilterToSQL.visitLiteralTimePeriod(Period expression)
           
 

Uses of Period in org.geotools.filter.temporal
 

Methods in org.geotools.filter.temporal that return Period
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
 Period BuildResultStack.popPeriod()
           
 

Uses of Period in org.geotools.temporal.object
 

Classes in org.geotools.temporal.object that implement Period
 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
 Collection<Period> DefaultInstant.getBegunBy()
          Get the Collection of temporal Periods, for which this Instant is the beginning.
 Collection<Period> DefaultInstant.getEndedBy()
          Get the Collection of temporal Periods, for which this Instant is the end.
 

Method parameters in org.geotools.temporal.object with type arguments of type Period
 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
 Period DefaultCalendarEra.getEpochOfUse()
           
 

Methods in org.geotools.temporal.reference with parameters of type Period
 void DefaultCalendarEra.setEpochOfUse(Period epochOfUse)
           
 

Constructors in org.geotools.temporal.reference with parameters of type Period
DefaultCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)
           
 

Uses of Period in org.opengis.temporal
 

Methods in org.opengis.temporal that return Period
 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.opengis.temporal that return types with arguments of type Period
 Collection<Period> Instant.getBegunBy()
          Get the Collection of temporal Periods, for which this Instant is the beginning.
 Collection<Period> Instant.getEndedBy()
          Get the Collection of temporal Periods, for which this Instant is the end.
 

Methods in org.opengis.temporal with parameters of type Period
 CalendarEra TemporalFactory.createCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.