junit.framework.Assert.assertEquals(7, envelope.getMaxX(), ALLOWANCE);
junit.framework.Assert.assertEquals(3, envelope.getMaxY(), ALLOWANCE);
}
private void checkMarino() throws Exception {
CoordinateReferenceSystem crs = beanLayer.getCrs();
Envelope envelope;
recorder.clear();
envelope = layerService.getBounds(LAYER_ID, crs, null);
junit.framework.Assert.assertEquals(2, envelope.getMinX(), ALLOWANCE);
junit.framework.Assert.assertEquals(0, envelope.getMinY(), ALLOWANCE);