Class 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 Detail

      • WMTSRequest

        public WMTSRequest()
    • Method Detail

      • setGetCapabilities

        public void setGetCapabilities​(OperationType getCapabilities)
      • getGetFeatureInfo

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

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