142143144145146147148149
*/ protected static ReferencedEnvelope getFeatureBounds(FeatureSource fs) throws FeatureCacheException{ try{ return fs.getBounds(); }catch(IOException ex){ throw new FeatureCacheException(ex); } }