| GSDimension {geosapi} | R Documentation |
A GeoServer dimension
Description
This class models a GeoServer resource dimension.
Format
R6Class object.
Details
Geoserver REST API Dimension
Value
Object of R6Class for modelling a GeoServer dimension
Super class
geosapi::GSRESTResource -> GSDimension
Public fields
enabledtrue/false
presentationdimension presentation
resolutiondimension resolution
unitsdimension units
unitSymboldimension unitsSymbol
Methods
Public methods
Inherited methods
Method new()
Initializes an object of class GSDimension
Usage
GSDimension$new(xml = NULL)
Arguments
xmlobject of class xml_node-class
Method decode()
Decodes from XML
Usage
GSDimension$decode(xml)
Arguments
xmlobject of class xml_node-class
Method setEnabled()
Set enabled
Usage
GSDimension$setEnabled(enabled)
Arguments
enabledenabled
Method setPresentation()
Set presentation
Usage
GSDimension$setPresentation(presentation, interval = NULL)
Arguments
presentationpresentation. Possible values: "LIST", "CONTINUOUS_INTERVAL", "DISCRETE_INTERVAL"
intervalinterval
Method setUnit()
Set unit
Usage
GSDimension$setUnit(unit)
Arguments
unitunit
Method setUnitSymbol()
Set unit symbol
Usage
GSDimension$setUnitSymbol(unitSymbol)
Arguments
unitSymbolunit symbol
Method clone()
The objects of this class are cloneable with this method.
Usage
GSDimension$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Examples
dim <- GSDimension$new()
[Package geosapi version 0.7-1 Index]