Hi All

"FilterFactory ff =
CommonFactoryFinder.getFilterFactory(GeoTools.getDefaultHints());
ff.equals(ff.property("isHousehold"), ff.literal(true);"

in the outputed xml file, there is no literal of true

when i use ff.equals(ff.property("isHousehold"), ff.literal("true")
instead, the literal appears.

don't whether it is a bug in the filterfactory or in the encoder,
probably the encoder, i am using

" DocumentWriter.writeFragment(
                            columnFilter,

SchemaFactory.getInstance(org.geotools.filter.v1_0.OGC.Filter.getNamespaceURI()),
                            printwriter,
                            OGCSchema.getInstance().getImplementationHints());
"

in the last few emails, i reported another issue with documentwriter.

Anyone help?

need to use it urgently.

Jin

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to