Please ignore my previous email.
If I use
NestedPointFeatureCollection npfc =
(NestedPointFeatureCollection)stationProfileFeatureCollection;
PointFeatureCollection pfc = npfc.flatten(latLonRect, dateRange);
A call to pfc.resetIteration() throws
Exception in thread "main" java.lang.UnsupportedOperationException:
StationProfileFeatureCollection does not implement getPointFeatureCollec
tionIterator()
Why not?
That seems to be the best (only?) way to specify a latLonRect and
dateRange, and I *want* flattened data.