GSDimension | R Documentation |
This class models a GeoServer resource dimension.
R6Class
object.
Geoserver REST API Dimension
Object of R6Class
for modelling a GeoServer dimension
geosapi::GSRESTResource
-> GSDimension
enabled
true/false
presentation
dimension presentation
resolution
dimension resolution
units
dimension units
unitSymbol
dimension unitsSymbol
new()
Initializes an object of class GSDimension
GSDimension$new(xml = NULL)
xml
object of class xml_node-class
decode()
Decodes from XML
GSDimension$decode(xml)
xml
object of class xml_node-class
setEnabled()
Set enabled
GSDimension$setEnabled(enabled)
enabled
enabled
setPresentation()
Set presentation
GSDimension$setPresentation(presentation, interval = NULL)
presentation
presentation. Possible values: "LIST", "CONTINUOUS_INTERVAL", "DISCRETE_INTERVAL"
interval
interval
setUnit()
Set unit
GSDimension$setUnit(unit)
unit
unit
setUnitSymbol()
Set unit symbol
GSDimension$setUnitSymbol(unitSymbol)
unitSymbol
unit symbol
clone()
The objects of this class are cloneable with this method.
GSDimension$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
dim <- GSDimension$new()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.