Justin Deoliveira wrote: > The second way would be to modify the binding for AbstractFeatureType > and when it returns a geometry value to somehow set the srs there from > the feature type attribute type. Unfortunately simply modifying the user > data in place is probably not a good idea. It would be nice to be able > to create some sort of temporary wrapper, a proxy would work if geometry > was an interface... so maybe this one is not so simple.
I guess you'd need to use a bytecode engineering library to create a proxy around a class. cglib is one of such examples: http://cglib.sourceforge.net/ Does not sound trivial, especially to do it efficiently. Cheers Andrea ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://ad.doubleclick.net/clk;226879339;13503038;l? http://clk.atdmt.com/CRS/go/247765532/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
