public abstract class WMTSThemes
extends java.util.ArrayList
| Constructor and Description |
|---|
WMTSThemes() |
| Modifier and Type | Method and Description |
|---|---|
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() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizepublic void calculateLayers(java.util.ArrayList layers)
layers - public int getChildCount()
parent - public WMTSTheme getChildren(int index)
index - public int getIndexOfChild(WMTSTheme child)
parent - child - public WMTSTheme getNodeByName(java.lang.String name)
name - public void loadThemesWithLayerInfo(java.util.ArrayList layers,
WMTSServerDescription status)
layers - public abstract void parse(org.kxml2.io.KXmlParser parser)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
parser - content - java.io.IOExceptionorg.xmlpull.v1.XmlPullParserExceptionpublic java.lang.String toString()
toString in class java.util.AbstractCollectionCopyright © 2014 gvSIG Association. All Rights Reserved.