geosapi (version 0.1-0)

GSFeatureType: A GeoServer feature type

Description

This class models a GeoServer feature type. This class is to be used for manipulating representations of vector data with GeoServer.

Usage

GSFeatureType

Arguments

Value

Object of R6Class for modelling a GeoServer feature type

Format

R6Class object.

Methods

new(rootName, 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 Resource

Examples

Run this code
# NOT RUN {
ft <- GSFeatureType$new()
# }

Run the code above in your browser using DataLab