| AbstractMapViewer<T,U extends Tile<T>> |
AbstractMapViewer was created to provide common functionality for both Swing and JavaFX implementation.
|
| AbstractTileFactory<T,U extends Tile<T>> |
The AbstractTileFactory provides a basic implementation for the TileFactory.
|
| DefaultTileFactory<T,U extends Tile<T>> |
A tile factory which configures itself using a TileFactoryInfo object and uses a Google Maps like mercator projection.
|
| DefaultWaypoint |
|
| GeoBounds |
The GeoBounds class provides access the the North East and
South West corners of the bounds and provides an intersects method.
|
| GeoPosition |
An immutable coordinate in the real (geographic) world,
composed of a latitude and a longitude.
|
| Tile<T> |
The Tile class represents a particular square image
piece of the world bitmap at a particular zoom level.
|
| TileCache<T> |
An implementation only class for now.
|
| TileFactory<T,U extends Tile<T>> |
A class that can produce tiles and convert coordinates to pixels
|
| TileFactoryInfo |
A TileFactoryInfo encapsulates all information
specific to a map server.
|
| TileRunner<T,U extends Tile<T>> |
|
| Waypoint |
A Waypoint is a GeoPosition that can be drawn on a may using
a WaypointPainter.
|