thredds.inventory
Class TimedCollection
java.lang.Object
thredds.inventory.TimedCollection
public class TimedCollection
- extends Object
Manage collections of files that we can assign date ranges to.
A wrap of DatasetCollectionManager.
- Since:
- May 19, 2009
- Author:
- caron
Nested Class Summary |
class |
TimedCollection.Dataset
The Dataset.getLocation() can be passed to FeatureDatasetFactoryManager.open(). |
TimedCollection
public TimedCollection(DatasetCollectionManager manager,
Formatter errlog)
throws IOException
- Manage collections of files that we can assign date ranges to
- Parameters:
manager
- the collection managererrlog
- put error messsages here
- Throws:
IOException
- on read error- See Also:
CollectionSpecParser
update
public void update()
getPrototype
public TimedCollection.Dataset getPrototype()
getDatasets
public List<TimedCollection.Dataset> getDatasets()
subset
public TimedCollection subset(DateRange range)
getDateRange
public DateRange getDateRange()
toString
public String toString()
- Overrides:
toString
in class Object
main
public static void main(String[] arg)
throws IOException
- Throws:
IOException
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.