org.gvsig.remoteclient.wmts.struct
Class WMTSTileMatrixSet
java.lang.Object
org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bbox
protected WMTSBoundingBox bbox
tileMatrix
protected java.util.ArrayList tileMatrix
forceLongitudeFirstAxisOrder
protected boolean forceLongitudeFirstAxisOrder
WMTSTileMatrixSet
public WMTSTileMatrixSet()
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.