| 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
enabledtrue/false
presentationdimension presentation
resolutiondimension resolution
unitsdimension units
unitSymboldimension unitsSymbol
new()Initializes an object of class GSDimension
GSDimension$new(xml = NULL)
xmlobject of class xml_node-class
decode()Decodes from XML
GSDimension$decode(xml)
xmlobject of class xml_node-class
setEnabled()Set enabled
GSDimension$setEnabled(enabled)
enabledenabled
setPresentation()Set presentation
GSDimension$setPresentation(presentation, interval = NULL)
presentationpresentation. Possible values: "LIST", "CONTINUOUS_INTERVAL", "DISCRETE_INTERVAL"
intervalinterval
setUnit()Set unit
GSDimension$setUnit(unit)
unitunit
setUnitSymbol()Set unit symbol
GSDimension$setUnitSymbol(unitSymbol)
unitSymbolunit symbol
clone()The objects of this class are cloneable with this method.
GSDimension$clone(deep = FALSE)
deepWhether 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.