Uses of Interface
com.eightmotions.map.MapOverlay

Packages that use MapOverlay
com.eightmotions.map   
 

Uses of MapOverlay in com.eightmotions.map
 

Classes in com.eightmotions.map that implement MapOverlay
 class GenericOverlay
          This is a "generif overlay", that could be easily used with GoogleEarth overlay....
 

Fields in com.eightmotions.map declared as MapOverlay
static MapOverlay BufferImage.m_customOverlay
           
 

Methods in com.eightmotions.map that return MapOverlay
 MapOverlay MapDisplay.getCurMap()
          Return the current mapping provider used (google,msn,ask)
static MapOverlay MapDisplay.getMap(int idx)
           
 MapOverlay MapDisplay.getMapByName(java.lang.String inName)
           
 MapOverlay MapDisplay.getOverlay()
           
 

Methods in com.eightmotions.map with parameters of type MapOverlay
static void MapDisplay.addMap(MapOverlay ov)
           
static BufferImage BufferImage.getImage(int px, int py, int zoom, MapOverlay inMap, int size)
          Get a tile according to his position/zoom factor/satelitte number

if tiles is in RMS, he will be loaded, if not, it will be loaded asynchronously from the sever
static BufferImage BufferImage.getImage(int px, int py, int zoom, MapOverlay inMap, int size, boolean loadIt)
          Get a tile according to his position/zoom factor/satelitte number

if tiles is in RMS, he will be loaded, if not, it will be loaded asynchronously from the sever
static void MapDisplay.removeMap(MapOverlay ov)
           
 void MapDisplay.setCurMap(MapOverlay inCurrent)
           
 void MapDisplay.setMapProvider(int idx, MapOverlay provider)
           
 void MapDisplay.setOverlay(MapOverlay inOverlay)
           
 

Constructors in com.eightmotions.map with parameters of type MapOverlay
BufferImage(int px, int py, int zoom, MapOverlay inMap, int inSize)
          Should be only used internally...