Uses of Class
com.esri.map.LayerList

Packages that use LayerList
com.esri.map   
 

Uses of LayerList in com.esri.map
 

Methods in com.esri.map that return LayerList
 LayerList JMap.getLayers()
          Gets the list of layers which the map contains
 

Methods in com.esri.map with parameters of type LayerList
 void JMap.setLayers(LayerList layerList)
          Sets the list of layers which the map will contain.
 

Constructors in com.esri.map with parameters of type LayerList
LayerEvent(LayerList source, int id)
          Instantiates a new layer event.
LayerEvent(LayerList source, Layer changedLayer, int id)
          Instantiates a new layer event.
LayerEvent(LayerList source, Map<Integer,Layer> changedLayers, int id)
          Instantiates a new layer event.
 



Copyright © 2012. All Rights Reserved.