Uses of Package
org.openstreetmap.gui.jmapviewer.interfaces

Packages that use org.openstreetmap.gui.jmapviewer.interfaces
org.openstreetmap.gui.jmapviewer This package and all sub-packages are belonging to the Java component JMapViewer 
org.openstreetmap.gui.jmapviewer.interfaces   
org.openstreetmap.gui.jmapviewer.tilesources   
org.openstreetmap.josm.data.imagery   
org.openstreetmap.josm.gui.bbox   
org.openstreetmap.josm.gui.layer   
org.openstreetmap.josm.gui.preferences.imagery   
 

Classes in org.openstreetmap.gui.jmapviewer.interfaces used by org.openstreetmap.gui.jmapviewer
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
           
 

Classes in org.openstreetmap.gui.jmapviewer.interfaces used by org.openstreetmap.gui.jmapviewer.interfaces
Attributed
           
TileCache
          Implement this interface for creating your custom tile cache for JMapViewer.
TileJob
          Interface for implementing a tile loading job.
TileSource
           
TileSource.TileUpdate
          Specifies the different mechanisms for detecting updated tiles respectively only download newer tiles than those stored locally.
 

Classes in org.openstreetmap.gui.jmapviewer.interfaces used by org.openstreetmap.gui.jmapviewer.tilesources
Attributed
           
TileSource
           
TileSource.TileUpdate
          Specifies the different mechanisms for detecting updated tiles respectively only download newer tiles than those stored locally.
 

Classes in org.openstreetmap.gui.jmapviewer.interfaces used by org.openstreetmap.josm.data.imagery
Attributed
           
 

Classes in org.openstreetmap.gui.jmapviewer.interfaces used by org.openstreetmap.josm.gui.bbox
Attributed
           
TileLoader
          Interface for implementing a tile loader.
TileLoaderListener
           
TileSource
           
TileSource.TileUpdate
          Specifies the different mechanisms for detecting updated tiles respectively only download newer tiles than those stored locally.
 

Classes in org.openstreetmap.gui.jmapviewer.interfaces used by org.openstreetmap.josm.gui.layer
Attributed
           
TileCache
          Implement this interface for creating your custom tile cache for JMapViewer.
TileLoaderListener
           
TileSource
           
 

Classes in org.openstreetmap.gui.jmapviewer.interfaces used by org.openstreetmap.josm.gui.preferences.imagery
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.
 



JOSM