Package Map
Class MapContour
java.lang.Object
Map.MapContour
- All Implemented Interfaces:
Comparable<MapContour>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLatLong
(LatLong latLong) int
int
getDepth()
void
setDepth
(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:
compareTo
in interfaceComparable<MapContour>
-