| GSFeatureDimension | R Documentation |
This class models a GeoServer feature dimension.
R6Class object.
Object of R6Class for modelling a GeoServer feature dimension
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.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
dim <- GSFeatureDimension$new()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.