org.geotools.temporal.reference
Class DefaultOrdinalEra
java.lang.Object
org.geotools.temporal.reference.DefaultOrdinalEra
- All Implemented Interfaces:
- org.opengis.temporal.OrdinalEra
public class DefaultOrdinalEra
- extends java.lang.Object
- implements org.opengis.temporal.OrdinalEra
- Author:
- Mehdi Sidhoum (Geomatys)
Constructor Summary |
DefaultOrdinalEra(org.opengis.util.InternationalString name,
java.util.Date beginning,
java.util.Date end)
|
DefaultOrdinalEra(org.opengis.util.InternationalString name,
java.util.Date beginning,
java.util.Date end,
java.util.Collection<org.opengis.temporal.OrdinalEra> composition)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DefaultOrdinalEra
public DefaultOrdinalEra(org.opengis.util.InternationalString name,
java.util.Date beginning,
java.util.Date end)
DefaultOrdinalEra
public DefaultOrdinalEra(org.opengis.util.InternationalString name,
java.util.Date beginning,
java.util.Date end,
java.util.Collection<org.opengis.temporal.OrdinalEra> composition)
getName
public org.opengis.util.InternationalString getName()
- Specified by:
getName
in interface org.opengis.temporal.OrdinalEra
getBeginning
public java.util.Date getBeginning()
- Specified by:
getBeginning
in interface org.opengis.temporal.OrdinalEra
getEnd
public java.util.Date getEnd()
- Specified by:
getEnd
in interface org.opengis.temporal.OrdinalEra
getComposition
public java.util.Collection<org.opengis.temporal.OrdinalEra> getComposition()
- Specified by:
getComposition
in interface org.opengis.temporal.OrdinalEra
setName
public void setName(org.opengis.util.InternationalString name)
setBeginning
public void setBeginning(java.util.Date beginning)
setEnd
public void setEnd(java.util.Date end)
getGroup
public DefaultOrdinalEra getGroup()
setGroup
public void setGroup(DefaultOrdinalEra group)
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.