org.gvsig.remoteclient.wmts.wmts_1_0_0.struct
Class WMTSThemes_1_0_0

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by org.gvsig.remoteclient.wmts.struct.WMTSThemes
                  extended by org.gvsig.remoteclient.wmts.wmts_1_0_0.struct.WMTSThemes_1_0_0
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess

public class WMTSThemes_1_0_0
extends WMTSThemes

Layer hierarchy using the protocol version 1.0.0

Author:
Nacho Brodin (nachobrodin@gmail.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
WMTSThemes_1_0_0()
           
 
Method Summary
 boolean compareName(org.kxml2.io.KXmlParser parser, java.lang.String name)
          Compares the next name in the selected parser with the string passed by value.
 void parse(org.kxml2.io.KXmlParser parser)
          Parses the list of themes
 
Methods inherited from class org.gvsig.remoteclient.wmts.struct.WMTSThemes
calculateLayers, getChildCount, getChildren, getIndexOfChild, getNodeByName, loadThemesWithLayerInfo, toString
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
containsAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode
 

Constructor Detail

WMTSThemes_1_0_0

public WMTSThemes_1_0_0()
Method Detail

compareName

public boolean compareName(org.kxml2.io.KXmlParser parser,
                           java.lang.String name)
Compares the next name in the selected parser with the string passed by value.

Parameters:
parser -
name -
Returns:

parse

public void parse(org.kxml2.io.KXmlParser parser)
           throws java.io.IOException,
                  org.xmlpull.v1.XmlPullParserException
Parses the list of themes

Specified by:
parse in class WMTSThemes
Parameters:
parser -
content -
Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException


Copyright © 2014 gvSIG Association. All Rights Reserved.