| GSFeatureType | R Documentation |
This class models a GeoServer feature type. This class is to be used for manipulating representations of vector data with GeoServer.
R6Class object.
Geoserver REST API Resource
Object of R6Class for modelling a GeoServer feature type
geosapi::GSRESTResource -> geosapi::GSResource -> GSFeatureType
cqlFilterCQL filter
geosapi::GSRESTResource$encode()geosapi::GSRESTResource$getClassName()geosapi::GSRESTResource$print()geosapi::GSResource$addKeyword()geosapi::GSResource$addMetadataLink()geosapi::GSResource$delKeyword()geosapi::GSResource$delMetadata()geosapi::GSResource$deleteMetadataLink()geosapi::GSResource$setAbstract()geosapi::GSResource$setDescription()geosapi::GSResource$setEnabled()geosapi::GSResource$setKeywords()geosapi::GSResource$setLatLonBoundingBox()geosapi::GSResource$setMetadata()geosapi::GSResource$setMetadataDimension()geosapi::GSResource$setMetadataLinks()geosapi::GSResource$setName()geosapi::GSResource$setNativeBoundingBox()geosapi::GSResource$setNativeCRS()geosapi::GSResource$setNativeName()geosapi::GSResource$setProjectionPolicy()geosapi::GSResource$setSrs()geosapi::GSResource$setTitle()new()Initializes an object of class GSFeatureType
GSFeatureType$new(xml = NULL)
xmlobject of class xml_node-class
decode()Decodes from XML
GSFeatureType$decode(xml)
xmlobject of class xml_node-class
setCqlFilter()Set CQL filter
GSFeatureType$setCqlFilter(cqlFilter)
cqlFilterCQL filter
setVirtualTable()Set virtual table
GSFeatureType$setVirtualTable(vt)
vtobject of class GSVirtualTable
TRUE if set/added, FALSE otherwise
delVirtualTable()Deletes virtual table
GSFeatureType$delVirtualTable()
vtobject of class GSVirtualTable
TRUE if deleted, FALSE otherwise
clone()The objects of this class are cloneable with this method.
GSFeatureType$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ft <- GSFeatureType$new()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.