Uses of Interface
ucar.nc2.ft.point.collection.TimedCollection

Packages that use TimedCollection
ucar.nc2.ft.point.collection   
 

Uses of TimedCollection in ucar.nc2.ft.point.collection
 

Classes in ucar.nc2.ft.point.collection that implement TimedCollection
 class CollectionManager
          Manages feature dataset collections.
 class CollectionManager2
          Manages feature dataset collections.
 

Methods in ucar.nc2.ft.point.collection that return TimedCollection
 TimedCollection TimedCollection.subset(DateRange range)
           
 TimedCollection CollectionManager2.subset(DateRange range)
           
 TimedCollection CollectionManager.subset(DateRange range)
           
 

Constructors in ucar.nc2.ft.point.collection with parameters of type TimedCollection
CompositePointCollection(java.lang.String name, TimedCollection pointCollections)
           
CompositeStationCollection(java.lang.String name, TimedCollection stnCollections)