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
Arguments
xml
object of class xml_node-class
Method decode()
Decodes from XML
Arguments
xml
object of class xml_node-class
Method setEnabled()
Set enabled
Method setPresentation()
Set presentation
Arguments
presentation
presentation. Possible values: "LIST", "CONTINUOUS_INTERVAL", "DISCRETE_INTERVAL"
interval
interval
Method setUnit()
Set unit
Method setUnitSymbol()
Set unit symbol
Method clone()
The objects of this class are cloneable with this method.
Arguments
deep
Whether to make a deep clone.