| Package | Description |
|---|---|
| com.qozix.geom |
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
Geolocator.translate(Point p) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Coordinate> |
Geolocator.getCoordinatesFromPoints(java.util.ArrayList<Point> points) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Geolocator.contains(Coordinate coordinate) |
void |
Geolocator.setCoordinates(Coordinate tl,
Coordinate br) |
Point |
Geolocator.translate(Coordinate c) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Point> |
Geolocator.getPointsFromCoordinates(java.util.ArrayList<Coordinate> coordinates) |
| Constructor and Description |
|---|
Coordinate(Coordinate src) |