Uses of Class
adql.db.STCS.Region
Packages that use STCS.Region
-
Uses of STCS.Region in adql.db
Fields in adql.db declared as STCS.RegionModifier and TypeFieldDescriptionfinal STCS.Region[]STCS.Region.regionsList of regions unified (UNION), intersected (INTERSECTION) or avoided (NOT).Methods in adql.db that return STCS.RegionModifier and TypeMethodDescriptionstatic STCS.RegionSTCS.parseRegion(String stcsRegion) Parse the given STC-S expression representing a geometrical region.Methods in adql.db with parameters of type STCS.RegionModifier and TypeMethodDescriptionprotected voidDBChecker.checkRegion(STCS.Region r, RegionFunction fct, DBChecker.BinarySearch<String, String> binSearch, UnresolvedIdentifiersException errors) Check the given region.static StringSTCS.toSTCS(STCS.Region region) Convert into STC-S the given object representation of a geometrical region.Constructors in adql.db with parameters of type STCS.RegionModifierConstructorDescriptionRegion(STCS.Region region) Constructor for a NOT region.Region(STCS.RegionType unionOrIntersection, STCS.CoordSys coordSys, STCS.Region[] regions) Constructor for a UNION or INTERSECTION region. -
Uses of STCS.Region in adql.translator
Methods in adql.translator that return STCS.RegionModifier and TypeMethodDescriptionParse the given PgSphere geometry as a box.PgSphereTranslator.PgSphereGeometryParser.parseCircle(String pgsphereExpr) Parse the given PgSphere geometry as a circle.PgSphereTranslator.PgSphereGeometryParser.parsePoint(String pgsphereExpr) Parse the given PgSphere geometry as a point.PgSphereTranslator.PgSphereGeometryParser.parsePolygon(String pgsphereExpr) Parse the given PgSphere geometry as a point.abstract STCS.RegionJDBCTranslator.translateGeometryFromDB(Object jdbcColValue) Parse the given JDBC column value as a geometry object and convert it into aSTCS.Region.MySQLTranslator.translateGeometryFromDB(Object jdbcColValue) PgSphereTranslator.translateGeometryFromDB(Object jdbcColValue) PostgreSQLTranslator.translateGeometryFromDB(Object jdbcColValue) SQLServerTranslator.translateGeometryFromDB(Object jdbcColValue) Methods in adql.translator with parameters of type STCS.RegionModifier and TypeMethodDescriptionabstract ObjectJDBCTranslator.translateGeometryToDB(STCS.Region region) Convert the given STC region into a DB column value.MySQLTranslator.translateGeometryToDB(STCS.Region region) PgSphereTranslator.translateGeometryToDB(STCS.Region region) PostgreSQLTranslator.translateGeometryToDB(STCS.Region region) SQLServerTranslator.translateGeometryToDB(STCS.Region region)