String rasterPath = layer.getAttribute(Attributes.MOSAICPATH);
String rasterFile = NameUtils.buildTifFileName(layerName, year, month, day);
String rasterFullPath = new File(rasterPath, rasterFile).getAbsolutePath();
Map<Tokens, String> tokens = FlowUtil.fillTokens(rasterFullPath, layerName, year, month, null);
flowUtil.processStatistics(geoStoreUtil, statsDefRes, year, month, day, tokens);
}
}
LOGGER.info("Reprocessing completed on StatsDef '" + statsDefName+ "'");
this.listenerForwarder.progressing(max, "Reprocessing completed on StatsDef '" + statsDefName+ "'");