| AbstractTileFactory |
The AbstractTileFactory provides
a basic implementation for the TileFactory.
|
| DefaultTileFactory |
A tile factory which configures itself using a TileFactoryInfo object and uses a Google Maps like mercator
projection.
|
| DefaultWaypoint |
|
| DefaultWaypointRenderer |
This is a standard waypoint renderer.
|
| 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.
|
| LocalResponseCache |
Deprecated. |
| Tile |
The Tile class represents a particular square image piece of the world bitmap at a particular zoom level.
|
| TileCache |
An implementation only class for now.
|
| TileFactory |
A class that can produce tiles and convert coordinates to pixels
|
| TileFactoryInfo |
A TileFactoryInfo encapsulates all information specific to a map server.
|
| WaypointPainter<W extends Waypoint> |
Paints waypoints on the JXMapViewer.
|