Class AbstractWMTSRequest

Object
AbstractRequest
AbstractWMTSRequest
All Implemented Interfaces:
Request
Direct Known Subclasses:
AbstractGetTileRequest

public abstract class AbstractWMTSRequest extends AbstractRequest
(Based on existing work by rgould for WMS service)
Author:
ian, Emanuele Tajariol (etj at geo-solutions dot it)
  • Constructor Details

    • AbstractWMTSRequest

      public AbstractWMTSRequest(URL onlineResource, Properties properties)
  • Method Details

    • initService

      protected void initService()
      Description copied from class: AbstractRequest
      Implementing subclass requests must specify their own "SERVICE" value. Example: setProperty("SERVICE", "WFS");
      Specified by:
      initService in class AbstractRequest