throw new ServiceException("Could not transform bbox to WGS84", e,
"ReprojectionError", "");
}
}
LatLonBox gobox = go.createAndSetLatLonBox();
gobox.setEast(box.getMinX());
gobox.setWest(box.getMaxX());
gobox.setNorth(box.getMaxY());
gobox.setSouth(box.getMinY());
}