public class WMTSGetCapabilities
extends java.lang.Object
WMTS service to obtain the service capability description information object. You can obtain the complete service description information for the WMTS service.
Constructor and Description |
---|
WMTSGetCapabilities(Map map, WMTSConfig config, java.lang.String baseUrl)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
fillTileMatrixSetList() |
org.w3c.dom.Document |
getDoc()
Get the Capabilities document, if failed, it will occur the map exception.
|
protected MapParameter |
getMapParameter(java.lang.String mapName) |
protected java.util.List<java.lang.String> |
getNonEarthLayers() |
java.util.List<TileMatrixSet> |
getTileMatrixSetList()
Get the tile matrix set list.
|
protected void |
setNonEarthLayers(java.util.List<java.lang.String> nonEarthLayers) |
void |
setTileMatrixSetList(java.util.List<TileMatrixSet> tileMatrixSetList)
Set the tile matrix set list.
|
public WMTSGetCapabilities(Map map, WMTSConfig config, java.lang.String baseUrl)
The Constructor.
map
- the map service component.config
- the configuration information of the WMTS service.baseUrl
- the root URI of the service.WMTSServiceException
- WMTS service exception.java.lang.IllegalArgumentException
- invalid request exception.MessageConveyorException
- information converter exception.protected void fillTileMatrixSetList() throws MapException
MapException
public final org.w3c.dom.Document getDoc() throws MapException, OGCException
Get the Capabilities document, if failed, it will occur the map exception.
MapException
- the map exception.OGCException
protected java.util.List<java.lang.String> getNonEarthLayers()
protected void setNonEarthLayers(java.util.List<java.lang.String> nonEarthLayers)
public final void setTileMatrixSetList(java.util.List<TileMatrixSet> tileMatrixSetList)
Set the tile matrix set list.
tileMatrixSetList
- the tile matrix set list.public java.util.List<TileMatrixSet> getTileMatrixSetList()
Get the tile matrix set list.
protected MapParameter getMapParameter(java.lang.String mapName)