Details
Description
Currently there seems to be duplication among a number of the FilterToSQL classes:
PreparedFilterToSQL.visitBinarySpatialOperator()
PostgisPreparedFilterToSQL.visitBinarySpatialOperator()
And currently I am looking at implementing the SQLServer and MySQL equivalents, which will duplicate the logic more. I think the logic can be pulled up into FilterToSQL.
Issue Links
- is duplicated by
-
GEOS-3665
Refactor FitlerToSQL to remove duplication in subclasses
-