A Geometry filter can either record information about each Geometry or change the Geometry in some way. Geometry filters implement the interface GeometryFilter.
For a list of all members of this type, see IGeometryFilter Members.
Geometry classes support the concept of applying a Geometry filter to every Geometry in the Geometry. (GeometryFilter is an example of the Gang-of-Four Visitor pattern). Geometry filters can be used to implement such things as Geometry transformations, centroid and envelope computation, and many other functions.
Namespace: Geotools.Geometries Namespace
Assembly: Geotools.dll
IGeometryFilter Members | Geotools.Geometries Namespace