| GSShapefileDirectoryDataStore | R Documentation |
Geoserver REST API ShapeFileDirectoryDataStore
Geoserver REST API ShapeFileDirectoryDataStore
R6Class object.
Object of R6Class for modelling a GeoServer Shapefile directory dataStore
geosapi::GSRESTResource -> geosapi::GSAbstractStore -> geosapi::GSAbstractDataStore -> geosapi::GSShapefileDataStore -> GSShapefileDirectoryDataStore
geosapi::GSRESTResource$encode()geosapi::GSRESTResource$getClassName()geosapi::GSRESTResource$print()geosapi::GSAbstractStore$setDescription()geosapi::GSAbstractStore$setEnabled()geosapi::GSAbstractStore$setType()geosapi::GSAbstractDataStore$addConnectionParameter()geosapi::GSAbstractDataStore$decode()geosapi::GSAbstractDataStore$delConnectionParameter()geosapi::GSAbstractDataStore$setConnectionParameter()geosapi::GSAbstractDataStore$setConnectionParameters()new()initializes a shapefile directory data store
GSShapefileDirectoryDataStore$new( xml = NULL, name = NULL, description = "", enabled = TRUE, url )
xmlan object of class xml_node-class to create object from XML
namecoverage store name
descriptioncoverage store description
enabledwhether the store should be enabled or not. Default is TRUE
urlurl
setUrl()Set the spatial files data URL
GSShapefileDirectoryDataStore$setUrl(url)
urlurl
setCharset()Set the charset used for DBF file.
GSShapefileDirectoryDataStore$setCharset(charset = "ISO-8859-1")
charsetcharset. Default value is 'ISO-8859-1'
setCreateSpatialIndex()Set the 'Create Spatial Index' option
GSShapefileDirectoryDataStore$setCreateSpatialIndex(create = TRUE)
createcreate. Default is TRUE
setMemoryMappedBuffer()Set the 'Memory Mapped Buffer' option
GSShapefileDirectoryDataStore$setMemoryMappedBuffer(buffer = FALSE)
bufferbuffer. Default is FALSE
setCacheReuseMemoryMaps()Set the 'Cache & Reuse Memory Maps' option.
GSShapefileDirectoryDataStore$setCacheReuseMemoryMaps(maps = TRUE)
mapsmaps. Default is TRUE
setDefautConnectionParameters()Set default connection parameters
GSShapefileDirectoryDataStore$setDefautConnectionParameters()
clone()The objects of this class are cloneable with this method.
GSShapefileDirectoryDataStore$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
GSShapefileDirectoryDataStore$new(name = "ds", description = "des",
enabled = TRUE, url = "file://data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.