| Interface | Description |
|---|---|
| TileListener |
Notified when the status of a tile has changed
|
| Waypoint |
A Waypoint is a GeoPosition that can be
drawn on a may using a WaypointPainter.
|
| WaypointRenderer<W> |
A interface that draws waypoints.
|
| Class | Description |
|---|---|
| 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 | |
| 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.
|
| Enum | Description |
|---|---|
| Tile.Priority |
The loading priority
|
Copyright © 2014. All Rights Reserved.