public abstract class WMTSTileMatrixSetLinkImpl extends java.lang.Object implements WMTSTileMatrixSetLink
Modifier and Type | Field and Description |
---|---|
protected boolean |
forceChangeAxisOrder |
Constructor and Description |
---|
WMTSTileMatrixSetLinkImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.List<WMTSTileMatrixLimits> |
getTileMatrixLimits()
Gets the list of limits of this
WMTSTileMatrixSetLink |
WMTSTileMatrixSet |
getTileMatrixSet()
Gets the
WMTSTileMatrixSet |
java.lang.String |
getTileMatrixSetId() |
void |
linkTileMatrix(WMTSTileMatrixSetImpl tileMatrixSet)
Links the TileMatrixLimits with the TileMatrix
|
abstract void |
parse(KXmlParser parser)
Parses this service
|
void |
print() |
void |
setForceChangeAxisOrder(boolean force)
Sets longitude first in the axis order read from the capabilities file
|
void |
setTileMatrixSet(WMTSTileMatrixSetImpl tileMatrixSet) |
void |
setTileMatrixSetId(java.lang.String tileMatrixSetId) |
public void setForceChangeAxisOrder(boolean force)
force
- public abstract void parse(KXmlParser parser) throws java.io.IOException, XmlPullParserException
parser
- content
- java.io.IOException
XmlPullParserException
public java.lang.String getTileMatrixSetId()
getTileMatrixSetId
in interface WMTSTileMatrixSetLink
public void setTileMatrixSetId(java.lang.String tileMatrixSetId)
public WMTSTileMatrixSet getTileMatrixSet()
WMTSTileMatrixSetLink
WMTSTileMatrixSet
getTileMatrixSet
in interface WMTSTileMatrixSetLink
public void setTileMatrixSet(WMTSTileMatrixSetImpl tileMatrixSet)
public java.util.List<WMTSTileMatrixLimits> getTileMatrixLimits()
WMTSTileMatrixSetLink
WMTSTileMatrixSetLink
getTileMatrixLimits
in interface WMTSTileMatrixSetLink
public void linkTileMatrix(WMTSTileMatrixSetImpl tileMatrixSet)
tileMatrixSet
- public void print()