This class models a GeoServer resource dimension.
Value
Object of R6Class
for modelling a GeoServer dimension
Details
Geoserver REST API Dimension
Author
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Public fields
enabled
true/false
presentation
dimension presentation
resolution
dimension resolution
units
dimension units
unitSymbol
dimension unitsSymbol
Methods
Inherited methods
Method new()
Initializes an object of class GSDimension
Method decode()
Decodes from XML
Method setEnabled()
Set enabled
Usage
GSDimension$setEnabled(enabled)
Method setPresentation()
Set presentation
Usage
GSDimension$setPresentation(presentation, interval = NULL)
Arguments
presentation
presentation. Possible values: "LIST", "CONTINUOUS_INTERVAL", "DISCRETE_INTERVAL"
interval
interval
Method setUnit()
Set unit
Usage
GSDimension$setUnit(unit)
Method setUnitSymbol()
Set unit symbol
Usage
GSDimension$setUnitSymbol(unitSymbol)
Method clone()
The objects of this class are cloneable with this method.
Usage
GSDimension$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.