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
attribute
attribute
endAttribute
end attribute
new()
Initializes an object of class GSFeatureDimension
GSFeatureDimension$new(xml = NULL)
xml
object of class xml_node-class
decode()
Decodes from XML
GSFeatureDimension$decode(xml)
xml
object of class xml_node-class
setAttribute()
Set attribute
GSFeatureDimension$setAttribute(attribute)
attribute
attribute
setEndAttribute()
Set end attribute
GSFeatureDimension$setEndAttribute(endAttribute)
endAttribute
end attribute
clone()
The objects of this class are cloneable with this method.
GSFeatureDimension$clone(deep = FALSE)
deep
Whether 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.