|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||