hello,

I'm blocked on 3 differents fronts : CQL, SLD and Feature edition
I work with the latest version : 2.5-SNAPSHOT


1. CQL
Screenshot : 
http://img223.imageshack.us/img223/8569/cql1kv3.jpg
Source :
~\modules\unsupported\widgets-swing-pending\src\main\java\org\geotools\gui\swing\propertyedit\LayerFilterPropertyPanel

Problem :
Everything works, it's a basic filter editor. 
But it only works one way. I'm searching for a way to change 
a Query object back to CQL but i don't found it.
If someone knows where or how to do this?




2. SLD 
Screenshot :
http://img223.imageshack.us/img223/7982/sldpointrx2.jpg
Source :
~\modules\unsupported\widgets-swing-pending\src\main\java\org\geotools\gui\swing\propertyedit\styleproperty\JPointSymbolizerPanel

Problem :
This panel works one way too. the SLD class doesn't offer
enough methods to get back all attributs of the pointSymbolizer.
If someone works on it, could he have a look?




3. Feature edition
Screenshot :
http://img223.imageshack.us/img223/3346/featureeditsr9.jpg
Source :
~\modules\unsupported\widgets-swing-pending\src\main\java\org\geotools\gui\swing\propertyedit\model\FeatureSourceModel

Problem :
I have problem here when trying to read and write attributes.
- when i read, i get shaoedatastore error on :
FeatureIterator fi = source.getFeatures().features();
not on all shapes.

- and... how do we write/modify things in 2.5? in 2.4 i used a transaction
and the method store.modifyFeatures(attributeType, aValue, filter);
but under 2.5 it doesn't exist anymore.
what is the new way?


johann sorel

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to