Package thredds.inventory
Class TimedCollection.Dataset
- java.lang.Object
-
- thredds.inventory.TimedCollection.Dataset
-
- Enclosing class:
- TimedCollection
public class TimedCollection.Dataset extends Object
The Dataset.getLocation() can be passed to FeatureDatasetFactoryManager.open().
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendarDateRange
getDateRange()
String
getLocation()
void
setDateRange(CalendarDateRange dateRange)
String
toString()
-
-
-
Method Detail
-
getLocation
public String getLocation()
-
getDateRange
public CalendarDateRange getDateRange()
-
setDateRange
public void setDateRange(CalendarDateRange dateRange)
-
-