Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [udig-devel] Attribute editing

Hello,

 

I looked again but I am not sure about the editing of the attributes. It looks like that changing the attributes is never stored? Is this true?

 

Best regards,

 

Johan de Koning

 


From: udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Johan C. de Koning
Sent: Friday, February 10, 2006 2:30 PM
To: 'User-friendly Desktop Internet GIS'
Subject: [udig-devel] Attribute editing

 

Hello,

 

When I change an attribute of a feature, the new value is not stored inside my own datastore (but also in common datastores like the shapefile). There is one excepting that when also the geometry of the feature is edited. As far as I can see is this because of the implementation of the FeatureWriter which only triggers changes to the geometry and not the attribute. Is this true? Or should I also have to use another interface to trigger inside my FeatureWriter that an attribute is changed? Looping to all the features to see if there are changes is in my opinion too expensive.

 

Best regards,

 

Johan de Koning


Back to the top