public class GridDatasetInv extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GridDatasetInv.Grid
A Grid variable has a name, timeCoord and optionally a Vertical and Ensemble Coordinate
|
| Constructor and Description |
|---|
GridDatasetInv(GridDataset gds,
CalendarDate runDate) |
| Modifier and Type | Method and Description |
|---|---|
GridDatasetInv.Grid |
findGrid(String name) |
long |
getLastModified() |
String |
getLocation() |
CalendarDate |
getRunDate()
Get the date of the ForecastModelRun
|
String |
getRunDateString()
Get string representation of the date of the ForecastModelRun
|
List<TimeCoord> |
getTimeCoords()
Get a list of unique TimeCoords, which contain the list of variables that all use that TimeCoord.
|
List<VertCoord> |
getVertCoords()
Get a list of unique VertCoords.
|
static void |
main(String[] args) |
static GridDatasetInv |
open(CollectionManager cm,
MFile mfile,
org.jdom.Element ncml) |
String |
toString() |
String |
writeXML(Date lastModified)
Write the XML representation to a String.
|
public GridDatasetInv(GridDataset gds, CalendarDate runDate)
public static GridDatasetInv open(CollectionManager cm, MFile mfile, org.jdom.Element ncml) throws IOException
IOExceptionpublic String getLocation()
public long getLastModified()
public CalendarDate getRunDate()
public String getRunDateString()
public List<TimeCoord> getTimeCoords()
public List<VertCoord> getVertCoords()
public GridDatasetInv.Grid findGrid(String name)
public String writeXML(Date lastModified)
public static void main(String[] args)
Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.