Dimension: Dimension

DimensionR Documentation

Dimension

Description

Dimension Class

Format

An R6Class generator object

Public fields

name

character [optional]

type

Datatype

domain

DomainArray

nullTileExtent

character

tileExtent

DimensionTileExtent [optional]

filterPipeline

FilterPipeline [optional]

Methods

Public methods


Method new()

Usage
Dimension$new(
  type,
  domain,
  nullTileExtent,
  name = NULL,
  tileExtent = NULL,
  filterPipeline = NULL,
  ...
)

Method toJSON()

Usage
Dimension$toJSON()

Method fromJSON()

Usage
Dimension$fromJSON(DimensionJson)

Method toJSONString()

Usage
Dimension$toJSONString()

Method fromJSONString()

Usage
Dimension$fromJSONString(DimensionJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Dimension$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


eddelbuettel/tldbclr documentation built on Sept. 25, 2022, 12:46 p.m.