Uses of Class
adql.query.operand.function.geometry.IntersectsFunction
-
Packages that use IntersectsFunction Package Description adql.parser adql.query.operand.function.geometry adql.translator -
-
Uses of IntersectsFunction in adql.parser
Methods in adql.parser that return IntersectsFunction Modifier and Type Method Description IntersectsFunctionADQLQueryFactory. createIntersects(GeometryFunction.GeometryValue<GeometryFunction> left, GeometryFunction.GeometryValue<GeometryFunction> right)IntersectsFunctionADQLQueryFactory. 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 IntersectsFunction Constructor Description IntersectsFunction(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 IntersectsFunction Modifier and Type Method Description java.lang.StringADQLTranslator. translate(IntersectsFunction fct)java.lang.StringMySQLTranslator. translate(IntersectsFunction fct)java.lang.StringPgSphereTranslator. translate(IntersectsFunction fct)java.lang.StringPostgreSQLTranslator. translate(IntersectsFunction fct)java.lang.StringSQLServerTranslator. translate(IntersectsFunction fct)
-