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, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAbstract, getIdentifier, getTitle
public void setLayer(WMTSLayerImpl layer)
public java.util.List<WMTSTheme> getThemeList()
getThemeList
in interface WMTSTheme
public java.util.List<java.lang.String> getLayerRef()
getLayerRef
in interface WMTSTheme
public void calculateLayers(java.util.List<WMTSLayer> layers)
layers
- public WMTSTheme getNodeByName(java.lang.String name)
getNodeByName
in interface WMTSTheme
name
- public int getChildCount()
getChildCount
in interface WMTSTheme
parent
- public WMTSTheme getChildren(int index)
getChildren
in interface WMTSTheme
index
- public int getIndexOfChild(WMTSTheme child)
getIndexOfChild
in interface WMTSTheme
parent
- child
- public java.lang.String toString()
public void sort()