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 List<WMTSTileMatrix> |
tileMatrix |
gmlTag| Constructor and Description |
|---|
WMTSTileMatrixSetImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract WMTSBoundingBoxImpl |
getBoundingBox() |
String |
getSupportedCRS() |
List<WMTSTileMatrix> |
getTileMatrix() |
String |
getWellKnownScaleSet() |
void |
parse(KXmlParser parser)
Parses this service ID
|
abstract void |
parse(KXmlParser parser,
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(String supportedCRS) |
void |
setWellKnownScaleSet(String wellKnownScaleSet) |
compareName, getAbstract, getIdentifier, getTitle, nextText, setAbstract, setIdentifier, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdentifierprotected WMTSBoundingBoxImpl bbox
protected List<WMTSTileMatrix> tileMatrix
protected boolean forceChangeAxisOrder
public void setForceChangeAxisOrder(boolean force)
force - public abstract void parse(KXmlParser parser,
List<WMTSTileMatrixSet> list)
throws IOException,
XmlPullParserException
parser - content - IOExceptionXmlPullParserExceptionpublic void setLayerBBox(WMTSBoundingBoxImpl bbox)
public abstract WMTSBoundingBoxImpl getBoundingBox()
getBoundingBox in interface WMTSTileMatrixSetpublic String getWellKnownScaleSet()
getWellKnownScaleSet in interface WMTSTileMatrixSetpublic void setWellKnownScaleSet(String wellKnownScaleSet)
public List<WMTSTileMatrix> getTileMatrix()
getTileMatrix in interface WMTSTileMatrixSetpublic String getSupportedCRS()
getSupportedCRS in interface WMTSTileMatrixSetpublic void setSupportedCRS(String supportedCRS)
public void parse(KXmlParser parser)
throws IOException,
XmlPullParserException
WMTSBaseStructparse in class WMTSBaseStructIOExceptionXmlPullParserExceptionpublic void print()