public interface MapParameterParser
WMS GetMap operation parameter parser.
Convert the keyword-value pair(that is "Parameter name=Parameter value" of the GetMap request to the WMSMapParameter object.
| 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. | 
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.
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.OGCParameterException - parameter exception of OGC service.