This class models a GeoServer feature dimension.
Value
Object of R6Class
for modelling a GeoServer feature dimension
Author
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Public fields
attribute
attribute
endAttribute
end attribute
Methods
Inherited methods
Method new()
Initializes an object of class GSFeatureDimension
Arguments
xml
object of class xml_node-class
Method decode()
Decodes from XML
Usage
GSFeatureDimension$decode(xml)
Arguments
xml
object of class xml_node-class
Method setAttribute()
Set attribute
Usage
GSFeatureDimension$setAttribute(attribute)
Method setEndAttribute()
Set end attribute
Usage
GSFeatureDimension$setEndAttribute(endAttribute)
Arguments
endAttribute
end attribute
Method clone()
The objects of this class are cloneable with this method.
Usage
GSFeatureDimension$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Examples
dim <- GSFeatureDimension$new()