Package org.openstreetmap.gui.jmapviewer.interfaces

Interface Summary
Attributed  
JMapViewerEventListener Must be implemented for processing commands while user interacts with map viewer.
MapMarker Interface to be implemented by all one dimensional elements that can be displayed on the map.
MapPolygon Interface to be implemented by polygons that can be displayed on the map.
MapRectangle Interface to be implemented by rectangles that can be displayed on the map.
TileCache Implement this interface for creating your custom tile cache for JMapViewer.
TileJob Interface for implementing a tile loading job.
TileLoader Interface for implementing a tile loader.
TileLoaderListener  
TileSource  
 

Enum Summary
TileSource.TileUpdate Specifies the different mechanisms for detecting updated tiles respectively only download newer tiles than those stored locally.
 



JOSM