public abstract class WMTSThemeImpl extends WMTSBaseStruct implements WMTSTheme
gmlTag| Constructor and Description |
|---|
WMTSThemeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
calculateLayers(java.util.List<WMTSLayer> 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
|
WMTSLayer |
getLayer() |
java.util.List<java.lang.String> |
getLayerRef() |
WMTSTheme |
getNodeByName(java.lang.String name)
Gets a node by its name
|
java.util.List<WMTSTheme> |
getThemeList() |
void |
setLayer(WMTSLayerImpl layer) |
void |
sort() |
java.lang.String |
toString() |
compareName, getAbstract, getIdentifier, getTitle, nextText, parse, setAbstract, setIdentifier, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAbstract, getIdentifier, getTitlepublic void setLayer(WMTSLayerImpl layer)
public java.util.List<WMTSTheme> getThemeList()
getThemeList in interface WMTSThemepublic java.util.List<java.lang.String> getLayerRef()
getLayerRef in interface WMTSThemepublic void calculateLayers(java.util.List<WMTSLayer> layers)
layers - public WMTSTheme getNodeByName(java.lang.String name)
getNodeByName in interface WMTSThemename - public int getChildCount()
getChildCount in interface WMTSThemeparent - public WMTSTheme getChildren(int index)
getChildren in interface WMTSThemeindex - public int getIndexOfChild(WMTSTheme child)
getIndexOfChild in interface WMTSThemeparent - child - public java.lang.String toString()
public void sort()