com.supermap.services.wms.request

Interface MapParameterParser

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      WMSMapParameter parse(java.util.Map<java.lang.String,java.lang.String> paramMap)
      Parse the parameter in keyword-value format of the GetMap request.
    • Method Detail

      • parse

        WMSMapParameter parse(java.util.Map<java.lang.String,java.lang.String> paramMap)
                              throws OGCParameterException
        

        Parse the parameter in keyword-value format of the GetMap request.

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