Package Map

Class MapContour

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

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

    • MapContour Link icon

      public MapContour(int depth)
  • Method Details Link icon

    • addLatLong Link icon

      public void addLatLong(LatLong latLong)
    • getDepth Link icon

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

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

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

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