| Interface | Description |
|---|---|
| GraphicalPrimitive |
Represents any graphical primitive which can be displayed in the map panel.
|
| Class | Description |
|---|---|
| BoundingBox |
This class represents a geometrical bounding box.
|
| CoordinateConverter |
A converter from map coordinates to screen coordinates.
|
| GeoMainFrame |
The main JFrame of the application: basically only contains a map panel.
|
| LineString |
Represents a line string.
|
| MapPanel |
The map panel is the main graphical component (a JPanel), on which the map will be displayed.
|
| Point |
A point (mostly two coordinates, a color, a size, and a display shape).
|
| Polygon |
A polygon (roughly a sequence of points, interpreted as a closed shape).
|