powered by
This class models a GeoServer feature type. This class is to be used for manipulating representations of vector data with GeoServer.
Object of R6Class for modelling a GeoServer feature type
R6Class
R6Class object.
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
GSRESTResource
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
Geoserver REST API Resource
# NOT RUN { ft <- GSFeatureType$new() # }
Run the code above in your browser using DataLab