@UML(identifier="TM_CalendarEra", specification=ISO_19108) public interface CalendarEra
Modifier and Type | Method and Description |
---|---|
Period |
getEpochOfUse()
Identifies the period for which the calendar era was used as a reference
fro dating.
|
JulianDate |
getJulianReference()
Provides the julian date that corresponds to the reference date.
|
InternationalString |
getName()
Uniquely identifies the calendar era within this calendar.
|
CalendarDate |
getReferenceDate()
Provides the date of the reference event expressed as a date in the given calendar.
|
InternationalString |
getReferenceEvent()
Provides the name or description of a mythical or historic event which fixes the position of
the base scale of the calendar era.
|
@UML(identifier="name", obligation=MANDATORY, specification=ISO_19108) InternationalString getName()
@UML(identifier="referenceEvent", obligation=OPTIONAL, specification=ISO_19108) InternationalString getReferenceEvent()
@UML(identifier="referenceDate", obligation=OPTIONAL, specification=ISO_19108) CalendarDate getReferenceDate()
@UML(identifier="julianReference", specification=ISO_19108) JulianDate getJulianReference()
@UML(identifier="epochOfUse", specification=ISO_19108) Period getEpochOfUse()
end
is JulianDate
.Copyright © 1996–2019 Geotools. All rights reserved.