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, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIdentifier
protected 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.IOException
XmlPullParserException
public void setLayerBBox(WMTSBoundingBoxImpl bbox)
public abstract WMTSBoundingBoxImpl getBoundingBox()
getBoundingBox
in interface WMTSTileMatrixSet
public java.lang.String getWellKnownScaleSet()
getWellKnownScaleSet
in interface WMTSTileMatrixSet
public void setWellKnownScaleSet(java.lang.String wellKnownScaleSet)
public java.util.List<WMTSTileMatrix> getTileMatrix()
getTileMatrix
in interface WMTSTileMatrixSet
public java.lang.String getSupportedCRS()
getSupportedCRS
in interface WMTSTileMatrixSet
public void setSupportedCRS(java.lang.String supportedCRS)
public void parse(KXmlParser parser) throws java.io.IOException, XmlPullParserException
WMTSBaseStruct
parse
in class WMTSBaseStruct
java.io.IOException
XmlPullParserException
public void print()