scon = connectionPool.getSession(false);
} catch (UnavailableConnectionException e) {
throw new RuntimeException(e);
}
RasterDatasetInfo rasterInfo;
try {
GatherCoverageMetadataCommand command = new GatherCoverageMetadataCommand(rasterTable,
statisticsMandatory);
rasterInfo = scon.issue(command);