StationTimeSeriesFeatureCollection sc = (StationTimeSeriesFeatureCollection) fc;
if (bb == null)
bb = sc.getBoundingBox();
else
bb.extend(sc.getBoundingBox());
PointFeatureCollection pfc = sc.flatten(null, null);
pfc.calcBounds();
if (dates == null)
dates = pfc.getDateRange();