Uses of Class
org.openstreetmap.gui.jmapviewer.interfaces.TileSource.TileUpdate

Packages that use TileSource.TileUpdate
org.openstreetmap.gui.jmapviewer.interfaces   
org.openstreetmap.gui.jmapviewer.tilesources   
org.openstreetmap.josm.gui.bbox   
 

Uses of TileSource.TileUpdate in org.openstreetmap.gui.jmapviewer.interfaces
 

Methods in org.openstreetmap.gui.jmapviewer.interfaces that return TileSource.TileUpdate
 TileSource.TileUpdate TileSource.getTileUpdate()
           
static TileSource.TileUpdate TileSource.TileUpdate.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TileSource.TileUpdate[] TileSource.TileUpdate.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TileSource.TileUpdate in org.openstreetmap.gui.jmapviewer.tilesources
 

Methods in org.openstreetmap.gui.jmapviewer.tilesources that return TileSource.TileUpdate
 TileSource.TileUpdate AbstractMapQuestTileSource.getTileUpdate()
           
 TileSource.TileUpdate ScanexTileSource.getTileUpdate()
           
 TileSource.TileUpdate OsmTileSource.Mapnik.getTileUpdate()
           
 TileSource.TileUpdate OsmTileSource.CycleMap.getTileUpdate()
           
 TileSource.TileUpdate BingAerialTileSource.getTileUpdate()
           
 TileSource.TileUpdate TMSTileSource.getTileUpdate()
           
 

Uses of TileSource.TileUpdate in org.openstreetmap.josm.gui.bbox
 

Methods in org.openstreetmap.josm.gui.bbox that return TileSource.TileUpdate
 TileSource.TileUpdate SlippyMapBBoxChooser.RenamedSourceDecorator.getTileUpdate()
           
 



JOSM