GSFeatureDimension: A GeoServer dimension

GSFeatureDimensionR 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

attribute

attribute

endAttribute

end attribute

Methods

Public 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.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Examples

  dim <- GSFeatureDimension$new()


eblondel/geosapi documentation built on March 13, 2024, 2:29 p.m.