|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.wmsmap.WmsLayers
The Layers object contains a collection of all layers associated with the WMSMap object's service. The Layers object also contains methods for adding, removing, getting, and manipulating layer objects in the colleciton.
Constructor Summary | |
WmsLayers()
|
Method Summary | |
boolean |
add(Object layer)
Adds a layer object to the layers collection. |
boolean |
clear()
Clears all layers from this collection. |
int |
getCount()
Returns the count of all layer objects in this collection. |
Vector |
getLayersCollection()
|
WmsLayer |
item(int index)
Returns a layer object by index from the layers collection. |
void |
removeDuplicate()
Returns the count of all layers in this collection. |
void |
WmsLayers()
Constructs an instance of the Layers object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WmsLayers()
Method Detail |
public void WmsLayers()
public boolean add(Object layer)
layer
- the layer object.item(int)
public WmsLayer item(int index)
index
- the item in the layers collection.
add(java.lang.Object)
public boolean clear()
public void removeDuplicate()
public int getCount()
public Vector getLayersCollection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |