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(String name)
Gets a node by its name
|
boolean |
hasThemes()
Returns true if this server has themes
|
String |
toString() |
boolean hasThemes()
WMTSTheme getNodeByName(String name)
name
- int getChildCount()
parent
- WMTSTheme getChildren(int index)
index
- int getIndexOfChild(WMTSTheme child)
parent
- child
-