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

forceLongitudeFirstAxisOrder

protected boolean forceLongitudeFirstAxisOrder

tileMatrix

protected java.util.ArrayList tileMatrix
Constructor Detail

WMTSTileMatrixSet

public WMTSTileMatrixSet()
Method Detail

getBoundingBox

public abstract WMTSBoundingBox getBoundingBox()

getSupportedCRS

public java.lang.String getSupportedCRS()

getTileMatrix

public java.util.ArrayList getTileMatrix()

getWellKnownScaleSet

public java.lang.String getWellKnownScaleSet()

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

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

print

public void print()

setForceLongitudeFirstAxisOrder

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

Parameters:
force -

setLayerBBox

public void setLayerBBox(WMTSBoundingBox bbox)

setSupportedCRS

public void setSupportedCRS(java.lang.String supportedCRS)

setWellKnownScaleSet

public void setWellKnownScaleSet(java.lang.String wellKnownScaleSet)


Copyright © 2014 gvSIG Association. All Rights Reserved.