Package uk.ac.rdg.resc.edal.domain
Interface TemporalDomain
-
- All Superinterfaces:
Domain<org.joda.time.DateTime>
- All Known Subinterfaces:
TimeAxis
- All Known Implementing Classes:
SimpleTemporalDomain
,TimeAxisImpl
public interface TemporalDomain extends Domain<org.joda.time.DateTime>
- Author:
- Jon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.joda.time.Chronology
getChronology()
Extent<org.joda.time.DateTime>
getExtent()
-
-
-
Method Detail
-
getExtent
Extent<org.joda.time.DateTime> getExtent()
-
getChronology
org.joda.time.Chronology getChronology()
-
-