public interface WMTSTheme
Modifier and Type | Method and Description |
---|---|
String |
getAbstract() |
int |
getChildCount()
Gets the number of nodes
|
WMTSTheme |
getChildren(int index)
Gets the children of the index position
|
String |
getIdentifier() |
int |
getIndexOfChild(WMTSTheme child)
Gets the index of a children
|
WMTSLayer |
getLayer() |
List<String> |
getLayerRef() |
WMTSTheme |
getNodeByName(String name)
Gets a node by its name
|
List<WMTSTheme> |
getThemeList() |
String |
getTitle() |
String |
toString() |
WMTSLayer getLayer()
WMTSTheme getNodeByName(String name)
name
- int getChildCount()
parent
- WMTSTheme getChildren(int index)
index
- int getIndexOfChild(WMTSTheme child)
parent
- child
- String getTitle()
String getIdentifier()
String getAbstract()