| Dimension | R Documentation |
Dimension Class
An R6Class generator object
namecharacter [optional]
typeDatatype
domainDomainArray
nullTileExtentcharacter
tileExtentDimensionTileExtent [optional]
filterPipelineFilterPipeline [optional]
new()Dimension$new( type, domain, nullTileExtent, name = NULL, tileExtent = NULL, filterPipeline = NULL, ... )
toJSON()Dimension$toJSON()
fromJSON()Dimension$fromJSON(DimensionJson)
toJSONString()Dimension$toJSONString()
fromJSONString()Dimension$fromJSONString(DimensionJson)
clone()The objects of this class are cloneable with this method.
Dimension$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.