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
forceLongitudeFirstAxisOrder
protected boolean forceLongitudeFirstAxisOrder
tileMatrix
protected java.util.ArrayList tileMatrix
WMTSTileMatrixSet
public WMTSTileMatrixSet()
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.