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