ucar.nc2.ft.point.collection
Interface TimedCollection
- All Known Implementing Classes:
- CollectionManager, CollectionManager2
public interface TimedCollection
Interface for a collection of Datasets that each have a DateRange and location.
The location can be passed to FeatureDatasetFactoryManager.open()
- Since:
- May 19, 2009
- Author:
- caron
getPrototype
TimedCollection.Dataset getPrototype()
getIterator
java.util.Iterator<TimedCollection.Dataset> getIterator()
subset
TimedCollection subset(DateRange range)
getDateRange
DateRange getDateRange()