if (aux == null) {
throw new IllegalArgumentException(
"Mandatory parameter FORMAT is missing: "
+ rawKvp.toString());
}
Format format = KVPUtils.parseFormat(aux, gtr);
aux = (String) rawKvp.get("CRS");
if (aux == null) {
throw new IllegalArgumentException(
"Mandatory parameter CRS is missing: " + rawKvp.toString());
}