com.supermap.services.wms.request

Interface Validator

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void validate(java.util.Map<java.lang.String,java.lang.String> paramMap)
      Verify the parameter in keyword-value format of the WMS request.
    • Method Detail

      • validate

        void validate(java.util.Map<java.lang.String,java.lang.String> paramMap)
                      throws OGCParameterException
        

        Verify the parameter in keyword-value format of the WMS request.

        Parameters:
        paramMap - the parameter is a java.util.Map object, the key is the parameter name of the WMS request, the value is the parameter value.
        Throws:
        OGCParameterException - parameter exception of OGC service.