| Retreives the bounds for a feature source.
If the feautre source can calculate the bounds directly, those bounds
are returned. Otherwise, the underlying feature collection is retreived
and asked to calculate bounds. If that fails, an empty envelope is
returned.
Parameters: fs - The feature source. The bounds. throws: IOException - Execption calculating bounds on feature source. |