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
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