Class CellIndex

    • Constructor Detail

      • CellIndex

        public CellIndex​(int longitudeIndex,
                         int latitudeIndex)
    • Method Detail

      • getLongitudeIndex

        public int getLongitudeIndex()
      • getLatitudeIndex

        public int getLatitudeIndex()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • compareTo

        public int compareTo​(CellIndex o)
        Compare latitudeIndex values of two instances of CellIndex
        Specified by:
        compareTo in interface Comparable<CellIndex>
        Parameters:
        o - the object to be compared.
        Returns: