Package uk.ac.rdg.resc.edal.grid
Interface TimeAxis
-
- All Superinterfaces:
DiscreteDomain<org.joda.time.DateTime,Extent<org.joda.time.DateTime>>
,Domain<org.joda.time.DateTime>
,ReferenceableAxis<org.joda.time.DateTime>
,TemporalDomain
- All Known Implementing Classes:
TimeAxisImpl
public interface TimeAxis extends ReferenceableAxis<org.joda.time.DateTime>, TemporalDomain
A time axis.- Author:
- Jon Blower
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.joda.time.Chronology
getChronology()
Return theChronology
used in this time axisboolean
isAscending()
Always returns true: values on a time axis are always in ascending order of time-
Methods inherited from interface uk.ac.rdg.resc.edal.domain.DiscreteDomain
getDomainObjects
-
Methods inherited from interface uk.ac.rdg.resc.edal.grid.ReferenceableAxis
equals, findIndexOf, getCoordinateBounds, getCoordinateExtent, getCoordinateValue, getCoordinateValues, getName, hashCode, size, wraps
-
Methods inherited from interface uk.ac.rdg.resc.edal.domain.TemporalDomain
getExtent
-
-
-
-
Method Detail
-
getChronology
org.joda.time.Chronology getChronology()
Return theChronology
used in this time axis- Specified by:
getChronology
in interfaceTemporalDomain
-
isAscending
boolean isAscending()
Always returns true: values on a time axis are always in ascending order of time- Specified by:
isAscending
in interfaceReferenceableAxis<org.joda.time.DateTime>
-
-