public abstract class WMTSTileMatrixSetLinkImpl extends Object implements WMTSTileMatrixSetLink
Modifier and Type | Field and Description |
---|---|
protected boolean |
forceChangeAxisOrder |
Constructor and Description |
---|
WMTSTileMatrixSetLinkImpl() |
Modifier and Type | Method and Description |
---|---|
List<WMTSTileMatrixLimits> |
getTileMatrixLimits()
Gets the list of limits of this
WMTSTileMatrixSetLink |
WMTSTileMatrixSet |
getTileMatrixSet()
Gets the
WMTSTileMatrixSet |
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(String tileMatrixSetId) |
public void setForceChangeAxisOrder(boolean force)
force
- public abstract void parse(KXmlParser parser) throws IOException, XmlPullParserException
parser
- content
- IOException
XmlPullParserException
public String getTileMatrixSetId()
getTileMatrixSetId
in interface WMTSTileMatrixSetLink
public void setTileMatrixSetId(String tileMatrixSetId)
public WMTSTileMatrixSet getTileMatrixSet()
WMTSTileMatrixSetLink
WMTSTileMatrixSet
getTileMatrixSet
in interface WMTSTileMatrixSetLink
public void setTileMatrixSet(WMTSTileMatrixSetImpl tileMatrixSet)
public List<WMTSTileMatrixLimits> getTileMatrixLimits()
WMTSTileMatrixSetLink
WMTSTileMatrixSetLink
getTileMatrixLimits
in interface WMTSTileMatrixSetLink
public void linkTileMatrix(WMTSTileMatrixSetImpl tileMatrixSet)
tileMatrixSet
- public void print()