Geotools.Net

IGeometryComponentFilter Interface

A Component filter can either record information about each Component or change the Component in some way. Component filters implement the interface ComponentFilter.

For a list of all members of this type, see IGeometryComponentFilter Members.

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

Remarks

Geometry classes support the concept of applying a Component filter to every Component in the Geometry. (ComponentFilter is an example of the Gang-of-Four Visitor pattern). Component filters can be used to implement such things as Component transformations, centroid and envelope computation, and many other functions.

Requirements

Namespace: Geotools.Geometries Namespace

Assembly: Geotools.dll

See Also

IGeometryComponentFilter Members | Geotools.Geometries Namespace