Geotools.Net

ProjectionFilter.Filter Method 

Applies the projection to the coordinates.

[Visual Basic]
NotOverridable Public Sub Filter( _
   ByVal geometry As Geometry _
) Implements _
   IGeometryComponentFilter.Filter
[C#]
public void Filter(
   Geometry geometry
);

Parameters

geometry
The geometry object to apply the filter to.

Implements

IGeometryComponentFilter.Filter

Remarks

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

See Also

ProjectionFilter Class | ProjectionFilter Members | Geotools.Geometries Namespace