|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
org.gvsig.remoteclient.wmts.struct.WMTSThemes
public abstract class WMTSThemes
Layer hierarchy
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
WMTSThemes()
|
|
| Method Summary | |
|---|---|
void |
calculateLayers(java.util.ArrayList layers)
Assign the layer associated |
int |
getChildCount()
Gets the number of nodes |
WMTSTheme |
getChildren(int index)
Gets the children of the index position |
int |
getIndexOfChild(WMTSTheme child)
Gets the index of a children |
WMTSTheme |
getNodeByName(java.lang.String name)
Gets a node by its name |
void |
loadThemesWithLayerInfo(java.util.ArrayList layers,
WMTSServerDescription status)
Loads this list of themes with the layer information |
abstract void |
parse(org.kxml2.io.KXmlParser parser)
Parses this service ID |
java.lang.String |
toString()
|
| Methods inherited from class java.util.ArrayList |
|---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, 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, removeAll, retainAll |
| 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, removeAll, retainAll, subList |
| Constructor Detail |
|---|
public WMTSThemes()
| Method Detail |
|---|
public abstract void parse(org.kxml2.io.KXmlParser parser)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
parser - content -
java.io.IOException
org.xmlpull.v1.XmlPullParserExceptionpublic void calculateLayers(java.util.ArrayList layers)
layers -
public void loadThemesWithLayerInfo(java.util.ArrayList layers,
WMTSServerDescription status)
layers - public WMTSTheme getNodeByName(java.lang.String name)
name -
public int getChildCount()
parent -
public WMTSTheme getChildren(int index)
index -
public int getIndexOfChild(WMTSTheme child)
parent - child -
public java.lang.String toString()
toString in class java.util.AbstractCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||