public interface WMTSTheme
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAbstract() |
int |
getChildCount()
Gets the number of nodes
|
WMTSTheme |
getChildren(int index)
Gets the children of the index position
|
java.lang.String |
getIdentifier() |
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() |
java.lang.String |
getTitle() |
java.lang.String |
toString() |
WMTSLayer getLayer()
java.util.List<WMTSTheme> getThemeList()
java.util.List<java.lang.String> getLayerRef()
WMTSTheme getNodeByName(java.lang.String name)
name
- int getChildCount()
parent
- WMTSTheme getChildren(int index)
index
- int getIndexOfChild(WMTSTheme child)
parent
- child
- java.lang.String getTitle()
java.lang.String getIdentifier()
java.lang.String getAbstract()
java.lang.String toString()
toString
in class java.lang.Object