Class CellIndex
- java.lang.Object
-
- org.noise_planet.noisemodelling.jdbc.utils.CellIndex
-
- All Implemented Interfaces:
Comparable<CellIndex>
public class CellIndex extends Object implements Comparable<CellIndex>
-
-
Constructor Summary
Constructors Constructor Description CellIndex(int longitudeIndex, int latitudeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(CellIndex o)
Compare latitudeIndex values of two instances of CellIndexboolean
equals(Object o)
int
getLatitudeIndex()
int
getLongitudeIndex()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getLongitudeIndex
public int getLongitudeIndex()
-
getLatitudeIndex
public int getLatitudeIndex()
-
compareTo
public int compareTo(CellIndex o)
Compare latitudeIndex values of two instances of CellIndex- Specified by:
compareTo
in interfaceComparable<CellIndex>
- Parameters:
o
- the object to be compared.- Returns:
-
-