| Package | Description |
|---|---|
| geoexplorer.gui |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Point> |
LineString.iterator()
Gets an iterator over the points of the line string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineString.addPoint(Point p)
Adds a point at the end of the line string.
|
void |
Polygon.addPoint(Point point)
Adds a point to the polygon (at the end of the current sequence).
|