com.supermap.services.wmts

Class WMTSGetCapabilities

  • java.lang.Object
    • com.supermap.services.wmts.WMTSGetCapabilities


  • 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 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

      • getDoc

        public final org.w3c.dom.Document getDoc()
                                          throws MapException,
                                                 OGCException
        

        Get 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)