Re: [Geotools-devel] Shapefile editor/renderer and shapefile locking

2010-03-07 Thread LSA
"Change data" button. Then one can obtain exception log like one mentioned before. Still hoping someone will explain for me what is wrong with my code... Thanks, Sergey On Sat, 06 Mar 2010 15:19:39 +0100 Andrea Aime wrote: > LSA ha scritto: >> Interesting point, Jody

Re: [Geotools-devel] Shapefile editor/renderer and shapefile locking

2010-03-06 Thread LSA
Interesting point, Jody! I am using it like the following: Transaction updateTrans = new DefaultTransaction("update"); FeatureWriter writer = featureStore.getDataStore() .getFeatureWriter(featureStore.getDataStore().getTypeNames()[0], new FidFilterImpl(changedFeautureId2Feature.k

[Geotools-devel] How to select features on JMapPane?

2010-02-24 Thread LSA
Hi all! I am incorporating JMapPane (it is also used by JMapFrame) to render ESRI ShapeFiles. I use Geotools version 2.6.1. I need to select features on my JMapPane-driven map (using some sort of selection tool) and be able to obtain list of selected features programmatically. Currently, geot