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

Nested Class Summary
static interface TimedCollection.Dataset
           
 
Method Summary
 DateRange getDateRange()
           
 java.util.Iterator<TimedCollection.Dataset> getIterator()
           
 TimedCollection.Dataset getPrototype()
           
 TimedCollection subset(DateRange range)
           
 

Method Detail

getPrototype

TimedCollection.Dataset getPrototype()

getIterator

java.util.Iterator<TimedCollection.Dataset> getIterator()

subset

TimedCollection subset(DateRange range)

getDateRange

DateRange getDateRange()