Updated with a much better example... 

Proposal here:
- http://docs.codehaus.org/display/GEOTOOLS/Function+lookup+using+qualified+Name


BEFORE

Expression expr = ff.function("buffer",ff.property("geom"), ff.literal(0.3));

AFTER (using a qualified name to access the process implementation of buffer 
which is more capable)

Expression expr = ff.function( new NameImpl("jts","buffer"), 
ff.property("geom"), ff.literal(32), ff.literal("round") );
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to