Package Map
Class MapContour
java.lang.Object
Map.MapContour
- All Implemented Interfaces:
 Comparable<MapContour>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddLatLong(LatLong latLong) intintgetDepth()voidsetDepth(int depth)  
- 
Constructor Details
- 
MapContour
public MapContour(int depth)  
 - 
 - 
Method Details
- 
addLatLong
 - 
getDepth
public int getDepth()- Returns:
 - Returns the depth.
 
 - 
setDepth
public void setDepth(int depth) - Parameters:
 depth- The depth to set.
 - 
getLatLongs
- Returns:
 - Returns the latLongs.
 
 - 
compareTo
- Specified by:
 compareToin interfaceComparable<MapContour>
 
 -