Learn R Programming

geosapi (version 0.5-1)

GSDimension: A GeoServer dimension

Description

This class models a GeoServer resource dimension.

This class models a GeoServer feature dimension.

Arguments

Value

Object of R6Class for modelling a GeoServer dimension

Object of R6Class for modelling a GeoServer feature dimension

Format

R6Class object.

R6Class object.

Fields

enabled

true/false

presentation

dimension presentation

resolution

dimension resolution

units

dimension units

unitSymbol

dimension unitsSymbol

attribute

attribute

endAttribute

end attribute

Methods

new(xml)

This method is used to instantiate a GSResource

decode(xml)

This method is used to decode a GSResource from XML

encode()

This method is used to encode a GSFeatureType to XML. Inherited from the generic GSRESTResource encoder

new(xml)

This method is used to instantiate a GSResource

decode(xml)

This method is used to decode a GSResource from XML

encode()

This method is used to encode a GSFeatureType to XML. Inherited from the generic GSRESTResource encoder

Details

Geoserver REST API Dimension

Geoserver REST API FeatureDimension

Examples

Run this code
# NOT RUN {
dim <- GSDimension$new()

dim <- GSFeatureDimension$new()

# }

Run the code above in your browser using DataLab