public abstract class WMTSTileMatrixSetImpl extends WMTSBaseStruct implements WMTSTileMatrixSet
Defines a OGC style. Theme that describes the appeareance of certain layer.
| Modifier and Type | Field and Description |
|---|---|
protected WMTSBoundingBoxImpl |
bbox |
protected boolean |
forceChangeAxisOrder |
protected java.util.List<WMTSTileMatrix> |
tileMatrix |
gmlTag| Constructor and Description |
|---|
WMTSTileMatrixSetImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract WMTSBoundingBoxImpl |
getBoundingBox() |
java.lang.String |
getSupportedCRS() |
java.util.List<WMTSTileMatrix> |
getTileMatrix() |
java.lang.String |
getWellKnownScaleSet() |
void |
parse(KXmlParser parser)
Parses this service ID
|
abstract void |
parse(KXmlParser parser,
java.util.List<WMTSTileMatrixSet> list)
Parses this service ID
|
void |
print() |
void |
setForceChangeAxisOrder(boolean force)
Force to change the axis order read from the capabilities
|
void |
setLayerBBox(WMTSBoundingBoxImpl bbox) |
void |
setSupportedCRS(java.lang.String supportedCRS) |
void |
setWellKnownScaleSet(java.lang.String wellKnownScaleSet) |
compareName, getAbstract, getIdentifier, getTitle, nextText, setAbstract, setIdentifier, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdentifierprotected WMTSBoundingBoxImpl bbox
protected java.util.List<WMTSTileMatrix> tileMatrix
protected boolean forceChangeAxisOrder
public void setForceChangeAxisOrder(boolean force)
force - public abstract void parse(KXmlParser parser,
java.util.List<WMTSTileMatrixSet> list)
throws java.io.IOException,
XmlPullParserException
parser - content - java.io.IOExceptionXmlPullParserExceptionpublic void setLayerBBox(WMTSBoundingBoxImpl bbox)
public abstract WMTSBoundingBoxImpl getBoundingBox()
getBoundingBox in interface WMTSTileMatrixSetpublic java.lang.String getWellKnownScaleSet()
getWellKnownScaleSet in interface WMTSTileMatrixSetpublic void setWellKnownScaleSet(java.lang.String wellKnownScaleSet)
public java.util.List<WMTSTileMatrix> getTileMatrix()
getTileMatrix in interface WMTSTileMatrixSetpublic java.lang.String getSupportedCRS()
getSupportedCRS in interface WMTSTileMatrixSetpublic void setSupportedCRS(java.lang.String supportedCRS)
public void parse(KXmlParser parser)
throws java.io.IOException,
XmlPullParserException
WMTSBaseStructparse in class WMTSBaseStructjava.io.IOExceptionXmlPullParserExceptionpublic void print()