I have gathered up the two FeatureList examples provided and place them onto the following page: - http://docs.codehaus.org/display/GEOTDOC/10+FeatureList > Well, actually I was using: > > final FeatureIterator iter = features.features(); > while (iter.hasNext()) { > // ... > } > iter.close(); > > since I like that better style-wise than the fragment that's in the API > docs at > http://javadoc.geotools.fr/2.4/org/geotools/feature/FeatureCollection.html > Ack the javadoc example is wrong! Sad sad sad ... fixing now.
Jody ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
