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(MFileCollectionManager 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() |
CalendarDateRange |
update() |
public TimedCollection(MFileCollectionManager manager, Formatter errlog) throws IOException
manager - the collection managererrlog - put error messsages hereIOException - on read errorCollectionSpecParserpublic CalendarDateRange update() throws IOException
IOExceptionpublic TimedCollection.Dataset getPrototype()
public List<TimedCollection.Dataset> getDatasets()
public TimedCollection subset(CalendarDateRange range)
public CalendarDateRange getDateRange()
public static void main(String[] arg) throws IOException
IOException