filter abstract method

void filter(
  1. Geometry geom
)

Performs an operation with or on geom.

@param geom a Geometry to which the filter is applied.

Implementation

void filter(Geometry geom);