Package Map

Class MapContour

java.lang.Object
Map.MapContour
All Implemented Interfaces:
Comparable<MapContour>

public class MapContour extends Object implements Comparable<MapContour>
  • Constructor Details

    • MapContour

      public MapContour(int depth)
  • Method Details

    • addLatLong

      public void addLatLong(LatLong latLong)
    • getDepth

      public int getDepth()
      Returns:
      Returns the depth.
    • setDepth

      public void setDepth(int depth)
      Parameters:
      depth - The depth to set.
    • getLatLongs

      public Vector<LatLong> getLatLongs()
      Returns:
      Returns the latLongs.
    • compareTo

      public int compareTo(MapContour o)
      Specified by:
      compareTo in interface Comparable<MapContour>