Interface | Description |
---|---|
MapControlable |
Interface to control the map widget.
|
Zoomable |
Interface which defines methods for zoom.
|
Class | Description |
---|---|
Coordinate |
This class encapsulates a Point2D.Double and provide access
via latitude and longitude.
|
CoordinateStringFormater |
This class formats the string which contains coordinates.
|
MapPane | |
Mercator |
This class implements the Mercator Projection as it is used by
Openstreetmap (and google).
|
TilesMouseHandler |
This class adds mouse handling for a widget that displays tiles.
|
ZoomButtonFactory |
Factory for zoom buttons.
|
ZoomInButtonFactory |
Factory for the zoom in button.
|
ZoomOutButtonFactory |
Factory for the zoom out button.
|
ZoomSliderFactory |
Factory for the zoom slider.
|