"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
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
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