| DimensionTileExtent | R Documentation |
DimensionTileExtent Class
An R6Class generator object
int8integer [optional]
uint8integer [optional]
int16integer [optional]
uint16integer [optional]
int32integer [optional]
uint32integer [optional]
int64integer [optional]
uint64integer [optional]
float32integer [optional]
float64integer [optional]
new()DimensionTileExtent$new( int8 = NULL, uint8 = NULL, int16 = NULL, uint16 = NULL, int32 = NULL, uint32 = NULL, int64 = NULL, uint64 = NULL, float32 = NULL, float64 = NULL, ... )
toJSON()DimensionTileExtent$toJSON()
fromJSON()DimensionTileExtent$fromJSON(DimensionTileExtentJson)
toJSONString()DimensionTileExtent$toJSONString()
fromJSONString()DimensionTileExtent$fromJSONString(DimensionTileExtentJson)
clone()The objects of this class are cloneable with this method.
DimensionTileExtent$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.