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