throw new IllegalArgumentException(
"Mandatory parameter REQUEST is missing: "
+ rawKvp.toString());
}
// TODO: Test request validity.
Operation requestStr = Operation.GETFEATUREINFO;
aux = (String) rawKvp.get("FORMAT");
if (aux == null) {
throw new IllegalArgumentException(
"Mandatory parameter FORMAT is missing: "
+ rawKvp.toString());