Class CheckPoint


  • public class CheckPoint
    extends Object
    A point with a fast hash.
    Author:
    Andrea Antonello (www.hydrologis.com)
    • Field Detail

      • x

        public final int x
      • y

        public final int y
    • Constructor Detail

      • CheckPoint

        public CheckPoint​(int col,
                          int row)