Uses of Interface
org.geotools.api.temporal.Clock
-
Packages that use Clock Package Description org.geotools.api.temporal org.geotools.temporal.reference -
-
Uses of Clock in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return Clock Modifier and Type Method Description Clock
TemporalFactory. createClock(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference)
Clock
Calendar. getClock()
Links this calendar to the clock that is used for specifying temporal positions within the smallest calendar interval. -
Uses of Clock in org.geotools.temporal.reference
Classes in org.geotools.temporal.reference that implement Clock Modifier and Type Class Description class
DefaultClock
Methods in org.geotools.temporal.reference that return Clock Modifier and Type Method Description Clock
DefaultCalendar. getClock()
Methods in org.geotools.temporal.reference with parameters of type Clock Modifier and Type Method Description void
DefaultCalendar. setClock(Clock clock)
-