Interface GeometryFilter

  • All Known Implementing Classes:
    PointFiniteFilter

    public interface GeometryFilter
    Geometry Filter to filter included geometries and modify them during construction
    Since:
    2.0.3
    Author:
    osbornb
    • Method Detail

      • filter

        boolean filter​(GeometryType containingType,
                       Geometry geometry)
        Filter the geometry
        Parameters:
        containingType - geometry type of the geometry containing this geometry element, null if geometry is top level
        geometry - geometry, may be modified
        Returns:
        true if passes filter and geometry should be included