se.getTargetAxisExtent().add(te);
} catch(NumberFormatException e) {
WCS20Exception ex = new WCS20Exception(
"Invalid ScaleExtent syntax, expecting a comma separate list of axisName(min,max)*",
WCS20Exception.WCS20ExceptionCode.InvalidEncodingSyntax, "scaleExtent");
ex.initCause(e);
throw ex;
}
// we should also have a comma after the closed parens
int idxSeparator = value.indexOf(",", idxClosed);