Uses of Interface
org.geotools.api.temporal.CalendarEra
-
Packages that use CalendarEra Package Description org.geotools.api.temporal org.geotools.temporal.reference -
-
Uses of CalendarEra in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return CalendarEra Modifier and Type Method Description CalendarEra
TemporalFactory. createCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)
Methods in org.geotools.api.temporal that return types with arguments of type CalendarEra Modifier and Type Method Description Collection<CalendarEra>
Calendar. getBasis()
links this calendar to the calendar eras that it uses as a reference for dating. -
Uses of CalendarEra in org.geotools.temporal.reference
Classes in org.geotools.temporal.reference that implement CalendarEra Modifier and Type Class Description class
DefaultCalendarEra
Methods in org.geotools.temporal.reference that return types with arguments of type CalendarEra Modifier and Type Method Description Collection<CalendarEra>
DefaultCalendar. getBasis()
Method parameters in org.geotools.temporal.reference with type arguments of type CalendarEra Modifier and Type Method Description void
DefaultCalendar. setBasis(Collection<CalendarEra> basis)
-