Hi,
I want to remove all features of an ressource with:
FeatureStore fs = layer.getGeoRessource().resolve(FeatureStore.class,null);
fs.removeFeatures(Filter arg0)
Is it the correct way?
Since I want to remove all features, I do not have to filter. What can I do?
I can take a FidFilter which contains all IDs of all features but I hope there is an easier way.
tony roth
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
