Class CellIndex
java.lang.Object
org.noise_planet.noisemodelling.jdbc.utils.CellIndex
- All Implemented Interfaces:
Comparable<CellIndex>
-
Constructor Details
-
CellIndex
public CellIndex(int longitudeIndex, int latitudeIndex)
-
-
Method Details
-
toString
-
getLongitudeIndex
public int getLongitudeIndex() -
getLatitudeIndex
public int getLatitudeIndex() -
equals
-
hashCode
public int hashCode() -
compareTo
Compare latitudeIndex values of two instances of CellIndex- Specified by:
compareToin interfaceComparable<CellIndex>- Parameters:
o- the object to be compared.- Returns:
-