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

public class SpatialWithin extends SpatialRelatesFunction implements SurrogateExpression
This is the primary class for supporting the function ST_WITHIN. 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_WITHIN and QueryRelation.WITHIN.