Filling in the docs example for isNil:
// previous example tested if approved equals "null"
filter = ff.isNull(ff.property("approved"));
// this example checks if approved exists at all
filter = ff.isNil(ff.property("approved"),"no approval available");
The second parameter; nilReason - I don't think it can be supplied as part of
the query? Instead I think it is supplied by the backing datastore? Perhaps it
was unable to find a suitable join target ...
Basically I viewed this as a second return value for the expression.
--
Jody Garnett
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel