Geotools.Net

IGeometryFilter Interface

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.

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

Remarks

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.

Requirements

Namespace: Geotools.Geometries Namespace

Assembly: Geotools.dll

See Also

IGeometryFilter Members | Geotools.Geometries Namespace