org.gvsig.remoteclient.wmts.struct
Class WMTSTheme

java.lang.Object
  extended by org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
      extended by org.gvsig.remoteclient.wmts.struct.WMTSTheme
Direct Known Subclasses:
WMTSTheme_1_0_0

public abstract class WMTSTheme
extends WMTSBaseStruct

Layer hierarchy

Author:
Nacho Brodin (nachobrodin@gmail.com)

Field Summary
 
Fields inherited from class org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
gmlTag
 
Constructor Summary
WMTSTheme()
           
 
Method Summary
 void calculateLayers(java.util.ArrayList 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.ArrayList getLayerRef()
           
 WMTSTheme getNodeByName(java.lang.String name)
          Gets a node by its name
 java.util.ArrayList getThemeList()
           
 void setLayer(WMTSLayer layer)
           
 java.lang.String toString()
           
 
Methods inherited from class org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
compareName, getAbstract, getIdentifier, getTitle, nextText, parse, setAbstract, setIdentifier, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WMTSTheme

public WMTSTheme()
Method Detail

calculateLayers

public void calculateLayers(java.util.ArrayList layers)
Assign the layer associated

Parameters:
layers -

getChildCount

public int getChildCount()
Gets the number of nodes

Parameters:
parent -
Returns:

getChildren

public WMTSTheme getChildren(int index)
Gets the children of the index position

Parameters:
index -
Returns:

getIndexOfChild

public int getIndexOfChild(WMTSTheme child)
Gets the index of a children

Parameters:
parent -
child -
Returns:

getLayer

public WMTSLayer getLayer()

getLayerRef

public java.util.ArrayList getLayerRef()

getNodeByName

public WMTSTheme getNodeByName(java.lang.String name)
Gets a node by its name

Parameters:
name -
Returns:

getThemeList

public java.util.ArrayList getThemeList()

setLayer

public void setLayer(WMTSLayer layer)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2014 gvSIG Association. All Rights Reserved.