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 - IOExceptionXmlPullParserExceptionpublic String getTileMatrixSetId()
getTileMatrixSetId in interface WMTSTileMatrixSetLinkpublic void setTileMatrixSetId(String tileMatrixSetId)
public WMTSTileMatrixSet getTileMatrixSet()
WMTSTileMatrixSetLinkWMTSTileMatrixSetgetTileMatrixSet in interface WMTSTileMatrixSetLinkpublic void setTileMatrixSet(WMTSTileMatrixSetImpl tileMatrixSet)
public List<WMTSTileMatrixLimits> getTileMatrixLimits()
WMTSTileMatrixSetLinkWMTSTileMatrixSetLinkgetTileMatrixLimits in interface WMTSTileMatrixSetLinkpublic void linkTileMatrix(WMTSTileMatrixSetImpl tileMatrixSet)
tileMatrixSet - public void print()