All Implemented Interfaces:
NamedWriteable, Writeable, TranslationAware, Resolvable, EvaluatorMapper

public class SpatialIntersects extends SpatialRelatesFunction
This is the primary class for supporting the function ST_INTERSECTS. The bulk of the capabilities are within the parent class SpatialRelatesFunction, which supports all the relations in the ShapeField.QueryRelation enum. Here we simply wire the rules together specific to ST_INTERSECTS and QueryRelation.INTERSECTS.