|
From: Jody G. <jga...@re...> - 2005-05-06 21:17:06
|
Summary: No client code will break, deprecation warnings will be provided. > Here is the plan: > 1) FeatureResults is extended by FeatureCollection > 2) FeatureResults is *not* deprecated (otherwise FeatureCollections > would be) > 3) Individual methods of FeatureResults, like reader(), are deprecated > with instructions to use FeatureCollection.iterator() > 4) An adapter will be made to gather up a FeatureReader in Iterator > clothing > 5) FeatureCollection.close( iterator ) will be used as a replacement > for FeatureReader close in client code Jody |