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

java.lang.Object
  extended by org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
      extended by org.gvsig.remoteclient.wmts.struct.WMTSLayer
          extended by org.gvsig.remoteclient.wmts.wmts_1_0_0.struct.WMTSLayer_1_0_0

public class WMTSLayer_1_0_0
extends WMTSLayer

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

Author:
Nacho Brodin (nachobrodin@gmail.com)

Field Summary
 
Fields inherited from class org.gvsig.remoteclient.wmts.struct.WMTSLayer
bbox, forceLongitudeFirstAxisOrder, status, wgs84bbox
 
Fields inherited from class org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
gmlTag
 
Constructor Summary
WMTSLayer_1_0_0(WMTSServerDescription status)
           
 
Method Summary
 WMTSBoundingBox getBBox()
           
 WMTSBoundingBox getWGS84BBox()
           
 void parse(org.kxml2.io.KXmlParser parser)
          Parses a WMTS layer
 
Methods inherited from class org.gvsig.remoteclient.wmts.struct.WMTSLayer
getDimension, getFormat, getInfoFormat, getInitialLevel, getKeywords, getMetadata, getResourceURL, getSrsList, getStyle, getTileMatrixSetLink, linkTileMatrixSets, print, setForceLongitudeFirstAxisOrder, setKeywords, setMetadata
 
Methods inherited from class org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
compareName, getAbstract, getIdentifier, getTitle, nextText, setAbstract, setIdentifier, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMTSLayer_1_0_0

public WMTSLayer_1_0_0(WMTSServerDescription status)
Method Detail

parse

public void parse(org.kxml2.io.KXmlParser parser)
           throws java.io.IOException,
                  org.xmlpull.v1.XmlPullParserException
Parses a WMTS layer

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

getWGS84BBox

public WMTSBoundingBox getWGS84BBox()
Specified by:
getWGS84BBox in class WMTSLayer

getBBox

public WMTSBoundingBox getBBox()
Specified by:
getBBox in class WMTSLayer


Copyright © 2004-2013 gvSIG. All Rights Reserved.