|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
com.moximedia.ows.Folders
| Field Summary |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
Folders()
Create a new Folders object. |
|
| Method Summary | |
void |
addFolder(Folder folder)
Adds a folder to the folders collection. |
Folder |
getFolderByName(java.lang.String name)
Gets the folder with the specified name. |
Folder |
getFolderByObjectId(int objectId)
Gets the folder with the specified object id. |
LayerGroup |
getLayerGroupByObjectId(int objectId)
Gets the layer group with the specified object id. |
boolean |
hasLayerListLegends(double scale)
Returns an indicator of whether this folder or any subfolders have layer list legends for the specified scale. |
void |
setLevel(int level)
Sets the nesting level of the folders object. |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Constructor Detail |
public Folders()
| Method Detail |
public void setLevel(int level)
level - The level, 0 to 3public void addFolder(Folder folder)
folder - A Folder object to add to the end of the folders collection.public Folder getFolderByName(java.lang.String name)
name - The folder name.
public Folder getFolderByObjectId(int objectId)
objectId - The folder object id.
public LayerGroup getLayerGroupByObjectId(int objectId)
objectId - The layer group object id.
public boolean hasLayerListLegends(double scale)
scale - The scale to check for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||