Learn R Programming

geosapi (version 0.1-0)

GSDimension: A GeoServer dimension

Description

This class models a GeoServer resource dimension.

This class models a GeoServer feature dimension.

Usage

GSDimension

GSFeatureDimension

Arguments

Value

Object of R6Class for modelling a GeoServer dimension

Object of R6Class for modelling a GeoServer feature dimension

Format

R6Class object.

Fields

enabled

presentation

resolution

units

unitSymbol

attribute

endAttribute

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

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

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