public class TimedCollection
extends java.lang.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,
java.util.Formatter errlog)
Manage collections of files that we can assign date ranges to
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TimedCollection.Dataset> |
getDatasets() |
CalendarDateRange |
getDateRange() |
TimedCollection.Dataset |
getPrototype() |
static void |
main(java.lang.String[] arg) |
TimedCollection |
subset(CalendarDateRange range) |
java.lang.String |
toString() |
CalendarDateRange |
update() |
public TimedCollection(MFileCollectionManager manager, java.util.Formatter errlog) throws java.io.IOException
manager
- the collection managererrlog
- put error messsages herejava.io.IOException
- on read errorCollectionSpecParser
public CalendarDateRange update() throws java.io.IOException
java.io.IOException
public TimedCollection.Dataset getPrototype()
public java.util.List<TimedCollection.Dataset> getDatasets()
public TimedCollection subset(CalendarDateRange range)
public CalendarDateRange getDateRange()
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] arg) throws java.io.IOException
java.io.IOException