org.gvsig.remoteclient.wmts.wmts_1_0_0.struct
Class WMTSTileMatrixLimits_1_0_0
java.lang.Object
org.gvsig.remoteclient.wmts.struct.WMTSTileMatrixLimits
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)
|
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 |
WMTSTileMatrixLimits_1_0_0
public WMTSTileMatrixLimits_1_0_0()
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,
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
Copyright © 2014 gvSIG Association. All Rights Reserved.