| GSFeatureDimension {geosapi} | R Documentation |
A GeoServer dimension
Description
This class models a GeoServer feature dimension.
Format
R6Class object.
Value
Object of R6Class for modelling a GeoServer feature dimension
Super classes
geosapi::GSRESTResource -> geosapi::GSDimension -> GSFeatureDimension
Public fields
attributeattribute
endAttributeend attribute
Methods
Public methods
Inherited methods
Method new()
Initializes an object of class GSFeatureDimension
Usage
GSFeatureDimension$new(xml = NULL)
Arguments
xmlobject of class xml_node-class
Method decode()
Decodes from XML
Usage
GSFeatureDimension$decode(xml)
Arguments
xmlobject of class xml_node-class
Method setAttribute()
Set attribute
Usage
GSFeatureDimension$setAttribute(attribute)
Arguments
attributeattribute
Method setEndAttribute()
Set end attribute
Usage
GSFeatureDimension$setEndAttribute(endAttribute)
Arguments
endAttributeend attribute
Method clone()
The objects of this class are cloneable with this method.
Usage
GSFeatureDimension$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Examples
dim <- GSFeatureDimension$new()
[Package geosapi version 0.7-1 Index]