org.gvsig.remoteclient.wmts.struct
Class WMTSTileMatrixSet

java.lang.Object
  extended by org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
      extended by org.gvsig.remoteclient.wmts.struct.WMTSTileMatrixSet
Direct Known Subclasses:
WMTSTileMatrixSet_1_0_0

public abstract class WMTSTileMatrixSet
extends WMTSBaseStruct

Defines a OGC style. Theme that describes the appeareance of certain layer.

Author:
Nacho Brodin (nachobrodin@gmail.com)

Field Summary
protected  WMTSBoundingBox bbox
           
protected  boolean forceLongitudeFirstAxisOrder
           
protected  java.util.ArrayList tileMatrix
           
 
Fields inherited from class org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
gmlTag
 
Constructor Summary
WMTSTileMatrixSet()
           
 
Method Summary
abstract  WMTSBoundingBox getBoundingBox()
           
 java.lang.String getSupportedCRS()
           
 java.util.ArrayList getTileMatrix()
           
 java.lang.String getWellKnownScaleSet()
           
 void parse(org.kxml2.io.KXmlParser parser)
          Parses this service ID
abstract  void parse(org.kxml2.io.KXmlParser parser, java.util.ArrayList list)
          Parses this service ID
 void print()
           
 void setForceLongitudeFirstAxisOrder(boolean force)
          Sets longitude first in the axis order read from the capabilities file
 void setLayerBBox(WMTSBoundingBox bbox)
           
 void setSupportedCRS(java.lang.String supportedCRS)
           
 void setWellKnownScaleSet(java.lang.String wellKnownScaleSet)
           
 
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
 

Field Detail

bbox

protected WMTSBoundingBox bbox

tileMatrix

protected java.util.ArrayList tileMatrix

forceLongitudeFirstAxisOrder

protected boolean forceLongitudeFirstAxisOrder
Constructor Detail

WMTSTileMatrixSet

public WMTSTileMatrixSet()
Method Detail

setForceLongitudeFirstAxisOrder

public void setForceLongitudeFirstAxisOrder(boolean force)
Sets longitude first in the axis order read from the capabilities file

Parameters:
force -

parse

public abstract void parse(org.kxml2.io.KXmlParser parser,
                           java.util.ArrayList list)
                    throws java.io.IOException,
                           org.xmlpull.v1.XmlPullParserException
Parses this service ID

Parameters:
parser -
content -
Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException

setLayerBBox

public void setLayerBBox(WMTSBoundingBox bbox)

getBoundingBox

public abstract WMTSBoundingBox getBoundingBox()

getWellKnownScaleSet

public java.lang.String getWellKnownScaleSet()

setWellKnownScaleSet

public void setWellKnownScaleSet(java.lang.String wellKnownScaleSet)

getTileMatrix

public java.util.ArrayList getTileMatrix()

getSupportedCRS

public java.lang.String getSupportedCRS()

setSupportedCRS

public void setSupportedCRS(java.lang.String supportedCRS)

parse

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

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

print

public void print()


Copyright © 2004-2013 gvSIG. All Rights Reserved.