Geotools.Net

ICoordinateFilter Interface

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.

[Visual Basic]
Public Interface ICoordinateFilter
[C#]
public interface ICoordinateFilter

Remarks

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.

Requirements

Namespace: Geotools.Geometries Namespace

Assembly: Geotools.dll

See Also

ICoordinateFilter Members | Geotools.Geometries Namespace