Package ucar.nc2.ft.fmrc
Class GridDatasetInv.Grid
- java.lang.Object
-
- ucar.nc2.ft.fmrc.GridDatasetInv.Grid
-
- All Implemented Interfaces:
Comparable<GridDatasetInv.Grid>
- Enclosing class:
- GridDatasetInv
public class GridDatasetInv.Grid extends Object implements Comparable<GridDatasetInv.Grid>
A Grid variable has a name, timeCoord and optionally a Vertical and Ensemble Coordinate
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(GridDatasetInv.Grid o)
int
countTotal()
GridDatasetInv
getFile()
String
getLocation()
String
getName()
TimeCoord
getTimeCoord()
String
getTimeCoordName()
int
getVertCoordLength()
String
getVertCoordName()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getLocation
public String getLocation()
-
getTimeCoordName
public String getTimeCoordName()
-
getVertCoordName
public String getVertCoordName()
-
compareTo
public int compareTo(GridDatasetInv.Grid o)
- Specified by:
compareTo
in interfaceComparable<GridDatasetInv.Grid>
-
countTotal
public int countTotal()
-
getVertCoordLength
public int getVertCoordLength()
-
getTimeCoord
public TimeCoord getTimeCoord()
-
getFile
public GridDatasetInv getFile()
-
-