Skip to contents

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


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.