Ah - I understand now :) Thanks very much Justin. Michael
On 17 December 2010 02:11, Justin Deoliveira <[email protected]> wrote: > Hi Michael, > It looks like you figured out the issues. But I actually decided not to > reference any of those functions directly at this time since it seemed they > are not yet integrated into the raster rendering stuff. When that time comes > I will gladly move over to them. > That said, there is no requirement from an xml standpoint there is no need > for them to implement the interface. Although there are interfaces for all > other styling api classes so it would be nice to be consistent. But those > xml annotations are not used at all by the xsd parser/encoder. > So long story short if you want to simply ignore those interfaces that would > be fine, and i could reference the implementation classes directly in the > xml module. > -Justin > On Thu, Dec 16, 2010 at 4:33 AM, Michael Bedward <[email protected]> > wrote: >> >> Hi Justin, >> >> Sorry, I managed to cut across your changes when moving the SE 1.1 >> functions out of the render module and into main. I deleted the >> interfaces in filter/visitor because I couldn't see them being used >> anywhere but now I see you are referencing them in the xsd-sld >> bindings. >> >> Can you help me work out where to go from here ? At the moment, the >> implementations of the Categorize, Interpolate and Recode functions >> don't make any reference to the interfaces because I didn't realize >> they were there when writing the functions. Looking at the source >> with the XMLElement annotations I guess they are necessary for SLD >> processing, and if that's the case the implementations need to be >> hooked up to them. Is that correct ? >> >> Michael >> >> On 15 December 2010 15:02, Justin Deoliveira <[email protected]> wrote: >> > Hi all, >> > Over the past couple of weeks I have been working on a WMS 1.3 >> > implementation in geoserver and along with it support for SLD 1.1/SE >> > 1.1. I >> > currently have a parser working that does most of the SE constructs that >> > we >> > are capable of supporting with the current rendering subsystem. For a >> > list >> > of things we don't support see [1]. >> > The main jira issue with the current patch can be found here: >> > http://jira.codehaus.org/browse/GEOT-3347 >> > For the most part it is additive in the existing xsd-sld module. But it >> > does >> > require a few minor changes to the main module and xsd-core. The >> > following >> > issues: >> > http://jira.codehaus.org/browse/GEOT-3344 >> > http://jira.codehaus.org/browse/GEOT-3346 >> > And related is a basic xml module for parsing wms 1.3: >> > http://jira.codehaus.org/browse/GEOT-3348 >> > At this point there are no bindings. It is really there in order to >> > locate >> > the wms 1.3 schema which is referenced from the SLD 1.1 schema. >> > The changes are mostly additive. Review welcome. >> > The last thing to do before i am comfortable calling the module somewhat >> > complete is to support all the vendor options we currently support with >> > the >> > sld 1.0 parser. On my todo list is to round all those up and implement >> > the >> > necessary bindings. >> > -Justin >> > >> > >> > [1] http://geoserver.org/display/GEOS/GSIP+56+-+WMS+1.3+Support#GSIP56-WMS1.3Support-SLD1.1%2FSymbologyEncoding1.1 >> > >> > -- >> > Justin Deoliveira >> > OpenGeo - http://opengeo.org >> > Enterprise support for open source geospatial. >> > >> > >> > ------------------------------------------------------------------------------ >> > Lotusphere 2011 >> > Register now for Lotusphere 2011 and learn how >> > to connect the dots, take your collaborative environment >> > to the next level, and enter the era of Social Business. >> > http://p.sf.net/sfu/lotusphere-d2d >> > _______________________________________________ >> > Geotools-devel mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/geotools-devel >> > >> > > > > > -- > Justin Deoliveira > OpenGeo - http://opengeo.org > Enterprise support for open source geospatial. > ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
