Re: [Geotools-gt2-users] Passing all properties to Custom Geotools Function

2014-01-22 Thread Jody Garnett
That is correct, the SLD parser reviews all the function parameters, and only requests those that are used from the shapefile or database. If you do not request it you do not get it. Jody Garnett On Thu, Jan 9, 2014 at 3:06 AM, rbl gcn wrote: > Hi all, > > I wrote a custom geotools Function

[Geotools-gt2-users] Passing all properties to Custom Geotools Function

2014-01-08 Thread rbl gcn
Hi all, I wrote a custom geotools Function class and I am using it for styling. I want to pass all properties of SimpleFeature to evaluate() method but it only gets geometry descriptor if I use like below: *ff.function("gs", ff.literal("javascript"), ff.literal(propname))* However, If I use "ff