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

public class SpatialContains extends SpatialRelatesFunction
This is the primary class for supporting the function ST_CONTAINS. 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_CONTAINS and QueryRelation.CONTAINS.