@UML(identifier="TM_Calendar", specification=ISO_19108) public interface Calendar extends TemporalReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Modifier and Type | Method and Description |
---|---|
JulianDate |
dateTrans(CalendarDate date,
ClockTime time)
Converts a date in this calendar to a julian
date.
|
Collection<CalendarEra> |
getBasis()
links this calendar to the calendar eras that it uses as a reference
for dating.
|
Clock |
getClock()
Links this calendar to the clock that is used for specifying temporal
positions within the smallest calendar interval.
|
CalendarDate |
julTrans(JulianDate julian)
Converts a julian date to a date in this
calendar.
|
getDomainOfValidity, getName
getScope
getAlias, getIdentifiers, getRemarks, toWKT
@UML(identifier="dateTrans", obligation=MANDATORY, specification=ISO_19108) JulianDate dateTrans(CalendarDate date, ClockTime time)
@UML(identifier="julTrans", obligation=MANDATORY, specification=ISO_19108) CalendarDate julTrans(JulianDate julian)
@UML(identifier="Basis", specification=ISO_19108) Collection<CalendarEra> getBasis()
@UML(identifier="Resolution", specification=ISO_19108) Clock getClock()
Copyright © 1996–2019 Geotools. All rights reserved.