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 intcompareTo(GridDatasetInv.Grid o)intcountTotal()GridDatasetInvgetFile()StringgetLocation()StringgetName()TimeCoordgetTimeCoord()StringgetTimeCoordName()intgetVertCoordLength()StringgetVertCoordName()StringtoString()
-
-
-
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:
compareToin interfaceComparable<GridDatasetInv.Grid>
-
countTotal
public int countTotal()
-
getVertCoordLength
public int getVertCoordLength()
-
getTimeCoord
public TimeCoord getTimeCoord()
-
getFile
public GridDatasetInv getFile()
-
-