Map
Class MapContour

java.lang.Object
  extended by Map.MapContour

public class MapContour
extends java.lang.Object


Field Summary
private  int depth
           
private  java.util.Vector<LatLong> latLongs
           
 
Constructor Summary
MapContour(int depth)
           
 
Method Summary
 void addLatLong(LatLong latLong)
           
 int getDepth()
           
 java.util.Vector<LatLong> getLatLongs()
           
 void setDepth(int depth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

depth

private int depth

latLongs

private java.util.Vector<LatLong> latLongs
Constructor Detail

MapContour

public MapContour(int depth)
Method Detail

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 java.util.Vector<LatLong> getLatLongs()
Returns:
Returns the latLongs.