public interface Validator
WMS request parameters verifier.
Verify the parameters of the WMS request, the parameters to be verified are the keyword value pairs (keyword-value pair, i.e., the parameter name = parameter value) form.
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.
|
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.
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.OGCParameterException
- parameter exception of OGC service.