currently I collect all my features into one FeatureCollection,
and then store them by

shapeFileDataStore.addFeatures(collection)


I assume the latter call writes the collection to disk, updating indexes
(in the case of IndexedShapeFileDataStore).

my question is, is it possible to write multiple collections into the
dataStore before the store is closed ? in that case,
will the index be properly updated (like B-Tree implementation ) ?

Thanks
Yang
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to