> In the new SLD/SEParser's parse methods, such as parseLineSymbolizer, we now > want to make use of factory methods to create the symbolizers, instead of > using deprecated setXXX methods, right? (especially since we are *not* going > to add a deprecated setUnitOfMeasure method!). So, in order to do that, we > must implment the new GeoAPI's StyleFactory methods such as: > lineSymbolizer(String name, Expression geometry, Description description, > Unit<?> unit, org.opengis.style.Stroke stroke, Expression offset)
I have created a StyleFactoryImpl2 for you (on trunk); and started in on the implementation. If we can sort out everything on this class we will have little danger of breaking others. I was pleased to see a nice split between StyleFactoryImpl and StyleBuilder (it looks like andrea has done some clean up work here before us). You will find I have cleaned up some of the classes that were providing difficulty; and implemented a few missing ones. Jody ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
