Geoserver REST API ShapeFileDirectoryDataStore
Source:R/GSShapefileDirectoryDataStore.R
GSShapefileDirectoryDataStore.Rd
Geoserver REST API ShapeFileDirectoryDataStore
Geoserver REST API ShapeFileDirectoryDataStore
Super classes
geosapi::GSRESTResource
-> geosapi::GSAbstractStore
-> geosapi::GSAbstractDataStore
-> geosapi::GSShapefileDataStore
-> GSShapefileDirectoryDataStore
Methods
Inherited methods
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()
Method new()
initializes a shapefile directory data store
Usage
GSShapefileDirectoryDataStore$new(
xml = NULL,
name = NULL,
description = "",
enabled = TRUE,
url
)
Examples
GSShapefileDirectoryDataStore$new(name = "ds", description = "des",
enabled = TRUE, url = "file://data")
#> <GSShapefileDirectoryDataStore>
#> ....|-- name: ds
#> ....|-- enabled: TRUE
#> ....|-- description: des
#> ....|-- type: Directory of spatial files (shapefiles)
#> ....|-- connectionParameters <GSRESTEntrySet>
#> ........|-- entryset
#> ............|-- url: file://data
#> ............|-- charset: ISO-8859-1
#> ............|-- create spatial index: TRUE
#> ............|-- memory mapped buffer: FALSE
#> ............|-- cache and reuse memory maps: TRUE