Geotools.Net

Geometry.Apply Method (IGeometryComponentFilter)

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.

[Visual Basic]
MustOverride Overloads Public Sub Apply( _
   ByVal filter As IGeometryComponentFilter _
)
[C#]
public abstract void Apply(
   IGeometryComponentFilter filter
);

Parameters

filter
The filter to apply to this Geometry.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.Apply(Geotools.Geometries.IGeometryComponentFilter)

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace | Geometry.Apply Overload List