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

public class SpatialDisjoint extends SpatialRelatesFunction
This is the primary class for supporting the function ST_DISJOINT. 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_DISJOINT and QueryRelation.DISJOINT.