Package uk.ac.starlink.ttools.plot2.data
Class AreaDomain
java.lang.Object
uk.ac.starlink.ttools.plot2.data.AreaDomain
- All Implemented Interfaces:
uk.ac.starlink.table.Domain<AreaMapper>
Domain representing two-dimensional regions on a common surface.
The surface may be a plane or the surface of a sphere.
The sole instance of this singleton class is available as the
INSTANCE
static member.
- Since:
- 14 Apr 2020
- Author:
- Mark Taylor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AreaMapper
Mapper for ASCII format MOCs.static final AreaMapper
Mapper for (x,y,r) circles - see DALI 1.1 section 3.3.6.static final AreaDomain
Singleton instance.static final AreaMapper
Mapper for (x,y) points - see DALI 1.1 section 3.3.5.static final AreaMapper
Mapper for (xi,yi,...) polygons - see DALI 1.1 section 3.3.7.static final AreaMapper
STC-S - see TAP 1.0 section 6.static final AreaMapper
Mapper for TFCat strings.static final AreaMapper
Mapper for single HEALPix UNIQ values. -
Method Summary
Modifier and TypeMethodDescriptiongetPossibleMapper
(uk.ac.starlink.table.ValueInfo info) getProbableMapper
(uk.ac.starlink.table.ValueInfo info)
-
Field Details
-
INSTANCE
Singleton instance. -
STCS_MAPPER
STC-S - see TAP 1.0 section 6. -
CIRCLE_MAPPER
Mapper for (x,y,r) circles - see DALI 1.1 section 3.3.6. -
POLYGON_MAPPER
Mapper for (xi,yi,...) polygons - see DALI 1.1 section 3.3.7. -
POINT_MAPPER
Mapper for (x,y) points - see DALI 1.1 section 3.3.5. -
ASCIIMOC_MAPPER
Mapper for ASCII format MOCs. -
UNIQ_MAPPER
Mapper for single HEALPix UNIQ values. -
TFCAT_MAPPER
Mapper for TFCat strings.
-
-
Method Details
-
getDomainName
- Specified by:
getDomainName
in interfaceuk.ac.starlink.table.Domain<AreaMapper>
-
getMappers
- Specified by:
getMappers
in interfaceuk.ac.starlink.table.Domain<AreaMapper>
-
getProbableMapper
- Specified by:
getProbableMapper
in interfaceuk.ac.starlink.table.Domain<AreaMapper>
-
getPossibleMapper
- Specified by:
getPossibleMapper
in interfaceuk.ac.starlink.table.Domain<AreaMapper>
-