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