Hierarchy

  • CoordinateSpace

Properties

boundingBoxes: readonly TransformedBoundingBox[]
bounds: BoundingBox
coordinateArrays: (undefined | CoordinateArray)[]
ids: readonly number[]
names: readonly string[]

Specifies the name of each dimension.

rank: number
scales: Float64Array

Specifies a scale for this dimension.

timestamps: readonly number[]

Timestamp of last user action that changed the name, scale, or unit of each dimension, or undefined if there was no user action.

units: readonly string[]

Specifies the physical units corresponding to this dimension. May be empty to indicate unitless.

valid: boolean

If true, has been fully initialized (i.e. based on at least one data source). If false, may be partially initialized.

Generated using TypeDoc