Package org.geotools.api.temporal
Interface Calendar
- All Superinterfaces:
- IdentifiedObject,- ReferenceSystem,- TemporalReferenceSystem
- All Known Implementing Classes:
- DefaultCalendar
A discrete temporal reference system that provides a basis for defining temporal position to a resolution of one day.
- Author:
- Alexander Petkov
- 
Field SummaryFields inherited from interface IdentifiedObjectALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEYFields inherited from interface ReferenceSystemDOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
- 
Method SummaryModifier and TypeMethodDescriptiondateTrans(CalendarDate date, ClockTime time) Converts a date in this calendar to a julian date.getBasis()links this calendar to the calendar eras that it uses as a reference for dating.getClock()Links this calendar to the clock that is used for specifying temporal positions within the smallest calendar interval.julTrans(JulianDate julian) Converts a julian date to a date in this calendar.Methods inherited from interface IdentifiedObjectgetAlias, getIdentifiers, getRemarks, toWKTMethods inherited from interface ReferenceSystemgetScopeMethods inherited from interface TemporalReferenceSystemgetDomainOfValidity, getName
- 
Method Details- 
dateTransConverts a date in this calendar to a julian date.
- 
julTransConverts a julian date to a date in this calendar.
- 
getBasisCollection<CalendarEra> getBasis()links this calendar to the calendar eras that it uses as a reference for dating.
- 
getClockClock getClock()Links this calendar to the clock that is used for specifying temporal positions within the smallest calendar interval.
 
-