reader.parse(input);
} catch (Exception e) {
throw new RuntimeException(e);
}
SimpleFeature feature=collection.features().next();
ReferencedEnvelope bounds = new ReferencedEnvelope( feature.getBounds() );
bounds=new ReferencedEnvelope( bounds.getMinX()-(bounds.getWidth()/8),
bounds.getMaxX()+(bounds.getWidth()/8),
bounds.getMinY()-(bounds.getHeight()/4),
bounds.getMaxY()+(bounds.getHeight()/4), bounds.getCoordinateReferenceSystem() );