Geotools.Net

IGeometryComponentFilter.Filter Method 

Performs an operation with or on this component.

[Visual Basic]
Sub Filter( _
   ByVal geom As Geometry _
)
[C#]
void Filter(
   Geometry geom
);

Parameters

geom
The geometry to which the filter is applied.

Remarks

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

See Also

IGeometryComponentFilter Interface | IGeometryComponentFilter Members | Geotools.Geometries Namespace