public interface WMTSThemes
Modifier and Type | Method and Description |
---|---|
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
|
boolean |
hasThemes()
Returns true if this server has themes
|
void |
sort() |
java.lang.String |
toString() |
boolean hasThemes()
WMTSTheme getNodeByName(java.lang.String name)
name
- int getChildCount()
parent
- WMTSTheme getChildren(int index)
index
- int getIndexOfChild(WMTSTheme child)
parent
- child
- java.lang.String toString()
toString
in class java.lang.Object
void sort()