|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectMap.MapContour
public class MapContour
| 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 |
|---|
private int depth
private java.util.Vector<LatLong> latLongs
| Constructor Detail |
|---|
public MapContour(int depth)
| Method Detail |
|---|
public void addLatLong(LatLong latLong)
public int getDepth()
public void setDepth(int depth)
depth - The depth to set.public java.util.Vector<LatLong> getLatLongs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||