Class WMTSRequest

Object
WMTSRequest

public class WMTSRequest extends Object
Available WMTS Operations are listed in a Request element.

(Based on existing work by rgould for WMS service)

Author:
ian, Emanuele Tajariol (etj at geo-solutions dot it)
  • Constructor Details

    • WMTSRequest

      public WMTSRequest()
  • Method Details

    • getGetCapabilities

      public OperationType getGetCapabilities()
    • setGetCapabilities

      public void setGetCapabilities(OperationType getCapabilities)
    • getGetTile

      public OperationType getGetTile()
    • setGetTile

      public void setGetTile(OperationType getTile)
    • getGetFeatureInfo

      public OperationType getGetFeatureInfo()
      Returns:
      Returns the getFeatureInfo.
    • setGetFeatureInfo

      public void setGetFeatureInfo(OperationType getFeatureInfo)
      Parameters:
      getFeatureInfo - The getFeatureInfo to set.