Hi all,

we are using the FeatureStore API with wfs-ng as implementation to add / modify 
/ delete features of a remote WFS:


- FeatureStore.addFeature(...)

- FeatureStore.modifyFeature(...)

- FeatureStore.removeFeatures(...)


We realized that adding a feature (probably also modifying and deleting) as 
first step loads all features from the remote WFS. In our case this is not 
desired: The remote WFS manages a lot of features and this is a large overhead. 
This will break our application.


1) What is the suggested method for just sending Insert / Update / Delete 
Transactions to a remote WFS, without causing a load of all features?


2) Shall we use the 
org.geotools.data.wfs.internal.WFSClient.issueTransaction(...) directly?

Is this a public API?



Best regards,
Andreas
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to