Skip to contents

This class models a GeoServer feature dimension.

Format

R6Class object.

Value

Object of R6Class for modelling a GeoServer feature dimension

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geosapi::GSRESTResource -> geosapi::GSDimension -> GSFeatureDimension

Public fields

attribute

attribute

endAttribute

end attribute

Methods

Inherited methods


Method new()

Initializes an object of class GSFeatureDimension

Usage

GSFeatureDimension$new(xml = NULL)

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)

Arguments

attribute

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()