com.supermap.services.wmts

Class WMTSGetTile

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


  • public class WMTSGetTile
    extends java.lang.Object
    

    The object to get the tile map in the WMTS service.

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      byte[] getTile()
      Gets the tile map.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WMTSGetTile

        public WMTSGetTile(WMTSGetTileParameter params,
                   Map map,
                   WMTSConfig config,
                   java.lang.String baseUri)
        

        The Constructor.

        Parameters:
        params - get the required parameters of the tile.
        map - the map service component for the map output.
        config - the configuration information of the WMTS service.
        baseUrl - the root URI of the service.
    • Method Detail

      • getTile

        public final byte[] getTile()
        

        Gets the tile map.

        Returns:
        the requested tile map.