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