Uses of Package
org.openstreetmap.gui.jmapviewer

Packages that use org.openstreetmap.gui.jmapviewer
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   
org.openstreetmap.josm.tools   
 

Classes in org.openstreetmap.gui.jmapviewer used by org.openstreetmap.gui.jmapviewer
AttributionSupport
           
Coordinate
          This class encapsulates a Point2D.Double and provide access via lat and lon.
FeatureAdapter.BrowserAdapter
           
FeatureAdapter.TranslationAdapter
           
JMapController
          Abstract base class for all mouse controller implementations.
JMapViewer
          Provides a simple panel that displays pre-rendered map tiles loaded from the OpenStreetMap project.
JobDispatcher
          A generic class that processes a list of Runnable one-by-one using one or more JobDispatcher.JobThread-instances.
JobDispatcher.JobThread
           
MemoryTileCache.CacheEntry
          Linked list element holding the Tile and links to the MemoryTileCache.CacheEntry.next and MemoryTileCache.CacheEntry.prev item in the list.
MemoryTileCache.CacheLinkedListElement
          Special implementation of a double linked list for MemoryTileCache.CacheEntry elements.
OsmFileCacheTileLoader.TileClearController
           
OsmTileLoader
          A TileLoader implementation that loads tiles from OSM.
Tile
          Holds one map tile.
TileController
           
 

Classes in org.openstreetmap.gui.jmapviewer used by org.openstreetmap.gui.jmapviewer.interfaces
Coordinate
          This class encapsulates a Point2D.Double and provide access via lat and lon.
Tile
          Holds one map tile.
 

Classes in org.openstreetmap.gui.jmapviewer used by org.openstreetmap.gui.jmapviewer.tilesources
Coordinate
          This class encapsulates a Point2D.Double and provide access via lat and lon.
 

Classes in org.openstreetmap.gui.jmapviewer used by org.openstreetmap.josm.data.imagery
Coordinate
          This class encapsulates a Point2D.Double and provide access via lat and lon.
 

Classes in org.openstreetmap.gui.jmapviewer used by org.openstreetmap.josm.gui.bbox
Coordinate
          This class encapsulates a Point2D.Double and provide access via lat and lon.
JMapViewer
          Provides a simple panel that displays pre-rendered map tiles loaded from the OpenStreetMap project.
 

Classes in org.openstreetmap.gui.jmapviewer used by org.openstreetmap.josm.gui.layer
AttributionSupport
           
Coordinate
          This class encapsulates a Point2D.Double and provide access via lat and lon.
MemoryTileCache
          TileCache implementation that stores all Tile objects in memory up to a certain limit (MemoryTileCache.getCacheSize()).
OsmFileCacheTileLoader.TileClearController
           
OsmTileLoader
          A TileLoader implementation that loads tiles from OSM.
Tile
          Holds one map tile.
 

Classes in org.openstreetmap.gui.jmapviewer used by org.openstreetmap.josm.gui.preferences.imagery
JMapViewer
          Provides a simple panel that displays pre-rendered map tiles loaded from the OpenStreetMap project.
 

Classes in org.openstreetmap.gui.jmapviewer used by org.openstreetmap.josm.tools
FeatureAdapter.TranslationAdapter
           
 



JOSM