objectType ContinuousAxis
extends Axis
Axis description for continuous data. This object describes the domain for a particular axis of the domain space. It allows for the specification of the legal domain range (min,max), and a flag indicating if the axis is cyclic.
classDiagram
class ContinuousAxis{
ivoa:Quantity domainMin
ivoa:Quantity domainMax
ivoa:boolean cyclic
}
ContinuousAxis --|> Axis
link Axis "../Axis"
Members
name | type | mult | description |
---|---|---|---|
domainMin | ivoa:Quantity | optional | Minimum extent of the axis domain space. If not provided, the domain space is considered to have no lower bound (-INFINITY). |
domainMax | ivoa:Quantity | optional | Maximum extent of the axis domain space. If not provided, the domain space is considered to have no upper bound (+INFINITY). |
cyclic | ivoa:boolean | optional | Flag indicating if the axis is cyclic in nature. If not provided, it is assumed to be FALSE. |
Containment
This is contained by CoordSpace