Package ucar.nc2.iosp.grid
Class GridVertCoord.LevelCoord
- java.lang.Object
-
- ucar.nc2.iosp.grid.GridVertCoord.LevelCoord
-
- All Implemented Interfaces:
Comparable<GridVertCoord.LevelCoord>
- Enclosing class:
- GridVertCoord
protected class GridVertCoord.LevelCoord extends Object implements Comparable<GridVertCoord.LevelCoord>
A level coordinate
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(GridVertCoord.LevelCoord other)
Compare to another LevelCoordboolean
equals(Object oo)
Check for equalityint
hashCode()
Generate a hashcode
-
-
-
Method Detail
-
compareTo
public int compareTo(GridVertCoord.LevelCoord other)
Compare to another LevelCoord- Specified by:
compareTo
in interfaceComparable<GridVertCoord.LevelCoord>
- Parameters:
other
- another LevelCoord- Returns:
- the comparison
-
equals
public boolean equals(Object oo)
Check for equality
-
-