Uses of Class
adql.db.STCS.CoordSys
Packages that use STCS.CoordSys
-
Uses of STCS.CoordSys in adql.db
Fields in adql.db declared as STCS.CoordSysModifier and TypeFieldDescriptionfinal STCS.CoordSysSTCS.Region.coordSysCoordinate system used by this region.Methods in adql.db that return STCS.CoordSysModifier and TypeMethodDescriptionstatic STCS.CoordSysSTCS.parseCoordSys(String stcs) Parse the given STC-S representation of a coordinate system.Methods in adql.db with parameters of type STCS.CoordSysModifier and TypeMethodDescriptionprotected voidDBChecker.checkCoordinateSystem(STCS.CoordSys coordSys, ADQLOperand operand, UnresolvedIdentifiersException errors) Check whether the given coordinate system is allowed by this implementation.static StringSTCS.toSTCS(STCS.CoordSys coordSys) Convert an object representation of a coordinate system into an STC-S expression.Constructors in adql.db with parameters of type STCS.CoordSysModifierConstructorDescriptionRegion(STCS.CoordSys coordSys, double[] coordinates) Constructor for a POINT/POSITION region.Region(STCS.CoordSys coordSys, double[][] coordinates) Constructor for a POINT/POSITION or a POLYGON region.Region(STCS.CoordSys coordSys, double[] coordinates, double radius) Constructor for a CIRCLE region.Region(STCS.CoordSys coordSys, double[] coordinates, double width, double height) Constructor for a BOX region.Region(STCS.RegionType unionOrIntersection, STCS.CoordSys coordSys, STCS.Region[] regions) Constructor for a UNION or INTERSECTION region.