org.geotools.temporal.reference
Class DefaultCalendarEra
java.lang.Object
org.geotools.temporal.reference.DefaultCalendarEra
- All Implemented Interfaces:
- org.opengis.temporal.CalendarEra
public class DefaultCalendarEra
- extends java.lang.Object
- implements org.opengis.temporal.CalendarEra
- Author:
- Mehdi Sidhoum (Geomatys)
Constructor Summary |
DefaultCalendarEra(org.opengis.util.InternationalString name,
org.opengis.util.InternationalString referenceEvent,
org.opengis.temporal.CalendarDate referenceDate,
org.opengis.temporal.JulianDate julianReference,
org.opengis.temporal.Period epochOfUse)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DefaultCalendarEra
public DefaultCalendarEra(org.opengis.util.InternationalString name,
org.opengis.util.InternationalString referenceEvent,
org.opengis.temporal.CalendarDate referenceDate,
org.opengis.temporal.JulianDate julianReference,
org.opengis.temporal.Period epochOfUse)
getName
public org.opengis.util.InternationalString getName()
- Specified by:
getName
in interface org.opengis.temporal.CalendarEra
getReferenceEvent
public org.opengis.util.InternationalString getReferenceEvent()
- Specified by:
getReferenceEvent
in interface org.opengis.temporal.CalendarEra
getReferenceDate
public org.opengis.temporal.CalendarDate getReferenceDate()
- Specified by:
getReferenceDate
in interface org.opengis.temporal.CalendarEra
getJulianReference
public org.opengis.temporal.JulianDate getJulianReference()
- Specified by:
getJulianReference
in interface org.opengis.temporal.CalendarEra
getEpochOfUse
public org.opengis.temporal.Period getEpochOfUse()
- Specified by:
getEpochOfUse
in interface org.opengis.temporal.CalendarEra
setName
public void setName(org.opengis.util.InternationalString name)
setReferenceEvent
public void setReferenceEvent(org.opengis.util.InternationalString referenceEvent)
setReferenceDate
public void setReferenceDate(org.opengis.temporal.CalendarDate referenceDate)
setJulianReference
public void setJulianReference(org.opengis.temporal.JulianDate julianReference)
setEpochOfUse
public void setEpochOfUse(org.opengis.temporal.Period epochOfUse)
getDatingSystem
public java.util.Collection<org.opengis.temporal.Calendar> getDatingSystem()
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1996-2010 Geotools. All Rights Reserved.