org.gvsig.remoteclient.wms.wms_1_1_1
Class WMSLayer1_1_1

java.lang.Object
  extended by org.gvsig.remoteclient.wms.WMSLayer
      extended by org.gvsig.remoteclient.wms.wms_1_1_1.WMSLayer1_1_1
All Implemented Interfaces:
ILayer

public class WMSLayer1_1_1
extends WMSLayer

WMS Layer for WMS 1.1.1


Nested Class Summary
 
Nested classes/interfaces inherited from class org.gvsig.remoteclient.wms.WMSLayer
WMSLayer.DataURL, WMSLayer.MetadataURL
 
Field Summary
 
Fields inherited from class org.gvsig.remoteclient.wms.WMSLayer
children, dimensions, parent, srs, styles
 
Constructor Summary
WMSLayer1_1_1()
           
 
Method Summary
 void addExtent(WMSExtent extent)
          Adds an extent to the extent vector
 java.util.ArrayList getDimensions()
           gets the dimension vector defined in this layer
 WMSExtent getExtent(java.lang.String name)
           
 java.util.ArrayList getExtents()
           gets the extent vector defined in this layer
 void parse(org.kxml2.io.KXmlParser parser, java.util.TreeMap layerTreeMap)
          Parses the contents of the parser(WMSCapabilities) to extract the information about an WMSLayer
 java.lang.String toString()
           
 
Methods inherited from class org.gvsig.remoteclient.wms.WMSLayer
addBBox, addDimension, addkeyword, addSrs, addStyle, getAbstract, getAllSrs, getAllStyles, getBbox, getBboxes, getChildren, getDimension, getfixedHeight, getfixedWidth, getKeywords, getLatLonBox, getName, getParent, getScaleMax, getScaleMin, getStyles, getTitle, hasTransparency, isOpaque, isQueryable, noSubSets, parseKeywordList, readLayerAttributes, removeSrs, setAbstract, setChildren, setfixedHeight, setfixedWidth, setLatLonBox, setName, setNoSubSets, setOpaque, setParent, setQueryable, setScaleMax, setScaleMin, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WMSLayer1_1_1

public WMSLayer1_1_1()
Method Detail

addExtent

public void addExtent(WMSExtent extent)

Adds an extent to the extent vector

Parameters:
extent -

getDimensions

public java.util.ArrayList getDimensions()
Description copied from class: WMSLayer

gets the dimension vector defined in this layer

Specified by:
getDimensions in class WMSLayer
Returns:

getExtent

public WMSExtent getExtent(java.lang.String name)

getExtents

public java.util.ArrayList getExtents()

gets the extent vector defined in this layer

Returns:

parse

public void parse(org.kxml2.io.KXmlParser parser,
                  java.util.TreeMap layerTreeMap)
           throws java.io.IOException,
                  org.xmlpull.v1.XmlPullParserException

Parses the contents of the parser(WMSCapabilities) to extract the information about an WMSLayer

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

toString

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


Copyright © 2014 gvSIG Association. All Rights Reserved.