Performs an operation with or on this Geometry's coordinates.
Performs an operation with or on this Geometry and its component Geometries. Only GeometryCollection and Polygons have component Geometryes; for Polygons they are the LinearRings of the shell and holes.
public abstract void Apply(IGeometryComponentFilter);
Performs an operation with or on this Geometry and it's subelement Geometrys (if any). Only GeometryCollections and subclasses have subelement Geometrys.
public abstract void Apply(IGeometryFilter);
Performs an operation with or on this Geometry's coordinates.
public abstract void Apply(ICoordinateFilter);
Geometry Class | Geometry Members | Geotools.Geometries Namespace