This class models a GeoServer feature dimension.
Object of R6Class for modelling a GeoServer feature dimension
R6Class object.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
geosapi::GSRESTResource -> geosapi::GSDimension -> GSFeatureDimension
attributeattribute
endAttributeend attribute
new()Initializes an object of class GSFeatureDimension
GSFeatureDimension$new(xml = NULL)xmlobject of class xml_node-class
decode()Decodes from XML
GSFeatureDimension$decode(xml)xmlobject of class xml_node-class
setAttribute()Set attribute
GSFeatureDimension$setAttribute(attribute)attributeattribute
setEndAttribute()Set end attribute
GSFeatureDimension$setEndAttribute(endAttribute)endAttributeend attribute
clone()The objects of this class are cloneable with this method.
GSFeatureDimension$clone(deep = FALSE)deepWhether to make a deep clone.
dim <- GSFeatureDimension$new()
Run the code above in your browser using DataLab