dataType RealCartesianPoint
extends Point
A spatial coordinate in a Cartesian coordinate space. Any associated CoordSpace MUST be a CartesianCoordSpace. If no CoordSpace is provided, a Standard Cartesian CoordSpace is assumed. Real values are used in the cartesian points.
classDiagram
class RealCartesianPoint{
ivoa:RealQuantity x
ivoa:RealQuantity y
ivoa:RealQuantity z
}
RealCartesianPoint --|> Point
Point --|> Coordinate
link Point "../Point"
link Coordinate "../Coordinate"
Members
name | type | mult | description |
---|---|---|---|
x | ivoa:RealQuantity | The coordinate value along the 'X' axis. | |
y | ivoa:RealQuantity | The coordinate value along the 'Y' axis. | |
z | ivoa:RealQuantity | The coordinate value along the 'Z' axis. |