Interface FilterFactory<R,G,T>

Type Parameters:
R - the type of resources (e.g. Feature) to use as inputs.
G - base class of geometry objects. The implementation-neutral type is GeoAPI Geometry.
T - base class of temporal objects.
All Superinterfaces:
Factory

public interface FilterFactory<R,G,T> extends Factory
Factory of instances of the various Filter and Expression subclasses.
Since:
3.1
TODO:
This interface is a first draft. Its API may change at any time. In particular different strategies may be tried regarding the parameterized types.