//TODO: update the layers pointing at this coverage
}
//poach the coverage store data format
DataFormat df = new CoverageStoreResource(getContext(),request,response,catalog)
.createXMLFormat(request, response);
response.setEntity(df.toRepresentation(info));
response.setStatus(Status.SUCCESS_CREATED);
}
catch( Exception e ) {
throw new RestletException( "Error auto-configuring coverage", Status.SERVER_ERROR_INTERNAL, e );
}