logger.info(coverage.getCoordinateReferenceSystem().toWKT());
logger.info(coverage.getEnvelope().toString());
}
// show it, but only if tests are interactive
if(TestData.isInteractiveTest())
coverage.show();
else
coverage.getRenderedImage().getData();
}
public static void main(String[] args) {