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

java.lang.Object
  extended by org.gvsig.remoteclient.wmts.struct.WMTSTileMatrixLimits
      extended by org.gvsig.remoteclient.wmts.wmts_1_0_0.struct.WMTSTileMatrixLimits_1_0_0

public class WMTSTileMatrixLimits_1_0_0
extends WMTSTileMatrixLimits

Describes the attributes of a layer in a WMTS server using the protocol version 1.0.0

Author:
Nacho Brodin (nachobrodin@gmail.com)

Constructor Summary
WMTSTileMatrixLimits_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, java.util.ArrayList list)
          Parses this service
 
Methods inherited from class org.gvsig.remoteclient.wmts.struct.WMTSTileMatrixLimits
getMaxTileCol, getMaxTileRow, getMinTileCol, getMinTileRow, getRefToTileMatrix, getTileMatrix, print, setMaxTileCol, setMaxTileRow, setMinTileCol, setMinTileRow, setRefToTileMatrix, setTileMatrix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMTSTileMatrixLimits_1_0_0

public WMTSTileMatrixLimits_1_0_0()
Method Detail

parse

public void parse(org.kxml2.io.KXmlParser parser,
                  java.util.ArrayList list)
           throws java.io.IOException,
                  org.xmlpull.v1.XmlPullParserException
Description copied from class: WMTSTileMatrixLimits
Parses this service

Specified by:
parse in class WMTSTileMatrixLimits
Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException

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:


Copyright © 2004-2013 gvSIG. All Rights Reserved.