public class TimedCollection extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
TimedCollection.Dataset
The Dataset.getLocation() can be passed to FeatureDatasetFactoryManager.open().
|
| Constructor and Description |
|---|
TimedCollection(CollectionManager manager,
Formatter errlog)
Manage collections of files that we can assign date ranges to
|
| Modifier and Type | Method and Description |
|---|---|
List<TimedCollection.Dataset> |
getDatasets() |
CalendarDateRange |
getDateRange() |
TimedCollection.Dataset |
getPrototype() |
static void |
main(String[] arg) |
TimedCollection |
subset(CalendarDateRange range) |
String |
toString() |
void |
update() |
public TimedCollection(CollectionManager manager, Formatter errlog) throws IOException
manager - the collection managererrlog - put error messsages hereIOException - on read errorCollectionSpecParserpublic void update()
public TimedCollection.Dataset getPrototype()
public List<TimedCollection.Dataset> getDatasets()
public TimedCollection subset(CalendarDateRange range)
public CalendarDateRange getDateRange()
public static void main(String[] arg) throws IOException
IOExceptionCopyright © 1999–2013 UCAR/Unidata. All rights reserved.