Learn R Programming

geosapi (version 0.5-1)

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.

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

setCqlFilter(filter)

Sets a CQL filter for the feature type.

setVirtualTable(vt)

Sets a virtual table for the feature type.

delVirtualTable()

Deletes the virtual table for the feature type

Details

Geoserver REST API Resource

Examples

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

# }

Run the code above in your browser using DataLab