Uses of Class
adql.query.operand.function.geometry.IntersectsFunction
Packages that use IntersectsFunction
-
Uses of IntersectsFunction in adql.parser
Methods in adql.parser that return IntersectsFunctionModifier and TypeMethodDescriptionADQLQueryFactory.createIntersects(GeometryFunction.GeometryValue<GeometryFunction> left, GeometryFunction.GeometryValue<GeometryFunction> right) ADQLQueryFactory.createIntersects(GeometryFunction left, GeometryFunction right) -
Uses of IntersectsFunction in adql.query.operand.function.geometry
Constructors in adql.query.operand.function.geometry with parameters of type IntersectsFunctionModifierConstructorDescriptionIntersectsFunction(IntersectsFunction toCopy) Builds an INTERSECTS function by copying the given one. -
Uses of IntersectsFunction in adql.translator
Methods in adql.translator with parameters of type IntersectsFunctionModifier and TypeMethodDescriptionADQLTranslator.translate(IntersectsFunction fct) MySQLTranslator.translate(IntersectsFunction fct) PgSphereTranslator.translate(IntersectsFunction fct) PostgreSQLTranslator.translate(IntersectsFunction fct) SQLServerTranslator.translate(IntersectsFunction fct)