public class FlamingoCQL
extends Object
Parser for creating valid cql filters, even when passing the invented APPLAYER filter.
The APPLAYER filter is used to filter layer1 based on feature from layer2.
Definition of the APPLAYER filter:
APPLAYER(geom,applayerid,filter)
geom: the geometry on which the geometries from applayerid and filter should work
applayerid: the applayerid with a featuresource from which all geometries should be retrieved (and unioned) to create an intersects filter to be applied on the geom column from another layer
filter: a cql filter to be applied when retrieving features from applayerid
- Author:
- Meine Toonen