Package 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. Used by Composite Point Collections A wrap of MCollection.- Since:
- May 19, 2009
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTimedCollection.DatasetThe Dataset.getLocation() can be passed to FeatureDatasetFactoryManager.open().
-
Constructor Summary
Constructors Constructor Description TimedCollection(MFileCollectionManager manager, Formatter errlog)Manage collections of files that we can assign date ranges to
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TimedCollection.Dataset>getDatasets()CalendarDateRangegetDateRange()TimedCollection.DatasetgetPrototype()TimedCollectionsubset(CalendarDateRange range)StringtoString()CalendarDateRangeupdate()
-
-
-
Constructor Detail
-
TimedCollection
public TimedCollection(MFileCollectionManager 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
-
-
Method Detail
-
update
public CalendarDateRange update() throws IOException
- Throws:
IOException
-
getPrototype
public TimedCollection.Dataset getPrototype()
-
getDatasets
public List<TimedCollection.Dataset> getDatasets()
-
subset
public TimedCollection subset(CalendarDateRange range)
-
getDateRange
public CalendarDateRange getDateRange()
-
-