Package org.geotools.filter.function
Interface GeometryTransformation
- All Superinterfaces:
Expression
,Function
- All Known Implementing Classes:
FilterFunction_buffer
,FilterFunction_isometric
,FilterFunction_offset
This interface can be implemented by geometry transformation functions that whish to be used in the geometry
property.
It gives the renderer a hint of what area should be queried given a certain rendering area
- Author:
- Andrea Aime - GeoSolutions
-
Field Summary
Fields inherited from interface Expression
NIL
-
Method Summary
Modifier and TypeMethodDescriptioninvert
(ReferencedEnvelope renderingEnvelope) Returns a query envelope given a certainMethods inherited from interface Expression
accept, evaluate, evaluate
Methods inherited from interface Function
getFallbackValue, getFunctionName, getName, getParameters
-
Method Details
-
invert
Returns a query envelope given a certain
-