Filter encoder does not properly handle PropertyIsLike
------------------------------------------------------
Key: GEOT-2366
URL: http://jira.codehaus.org/browse/GEOT-2366
Project: GeoTools
Issue Type: Bug
Components: ext xml-xsd
Affects Versions: 2.6-M1, 2.5.3
Reporter: Justin Deoliveira
Assignee: Justin Deoliveira
Fix For: 2.5.4, 2.6-M2
{code}
org.geotools.xml.Configuration configuration2= new
org.geotools.filter.v1_0.OGCConfiguration();
org.geotools.xml.Encoder encoder2 = new org.geotools.xml.Encoder(
configuration2 );
ByteArrayOutputStream b = new ByteArrayOutputStream();
Filter filterLike=ff.like(ff.property("city"),"Amsterdam");
encoder2.encode(filterLike,org.geotools.filter.v1_1.OGC.Filter,System.out);
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel