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 intcompareTo(CellIndex o)Compare latitudeIndex values of two instances of CellIndexbooleanequals(Object o)intgetLatitudeIndex()intgetLongitudeIndex()inthashCode()StringtoString()
-
-
-
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:
compareToin interfaceComparable<CellIndex>- Parameters:
o- the object to be compared.- Returns:
-
-