Details
Description
The DiffFeatureReader getIndexedFeatures() fails when the filter is a FastBBox filter as the FastBBox filter is not a GeometryFilter. I assumed this was a result of the fact that GeometryFilter was deprecated, so I updated these deprecated references to BinarySpatialOperator (the replacement) which fixed the issues I was having.