Uses of Class
com.esri.map.MapOverlay

Packages that use MapOverlay
com.esri.map   
 

Uses of MapOverlay in com.esri.map
 

Methods in com.esri.map that return types with arguments of type MapOverlay
 List<MapOverlay> JMap.getMapOverlays()
          Gets a list of map overlays.
 

Methods in com.esri.map with parameters of type MapOverlay
 void JMap.addMapOverlay(MapOverlay overlay)
          Add the given map overlay to the map.
 void JMap.insertMapOverlay(int index, MapOverlay overlay)
          Add the given map overlay to the map.
 void JMap.removeMapOverlay(MapOverlay overlay)
          Remove the given overlay from the map.
 



Copyright © 2012. All Rights Reserved.