private void reprocessStat(Resource statsDefRes, float min, float max) throws GeoStoreException, FlowException {
String statsDefName = statsDefRes.getName();
LOGGER.info("Starting reprocessing StatsDef '" + statsDefName+ "'");
this.listenerForwarder.progressing(rescale(min, max, 0), "Starting reprocessing StatsDef '" + statsDefName+ "'");
UNREDDStatsDef statsDef = new UNREDDStatsDef(statsDefRes);
List<String> layerNames = statsDef.getReverseAttributesInternal(UNREDDStatsDef.ReverseAttributes.LAYER);
if( layerNames.isEmpty()) {
LOGGER.warn("No layers defined for StatsDef '" + statsDefName+ "'");
}