This S3 class represents a connection to a GeoServer instance. It stores the connection details, including the base URL, user credentials, and the default workspace.
Arguments
- url
A character string specifying the base URL of the GeoServer instance (e.g., `"http://localhost:8080/geoserver"`).
- user
A character string representing the GeoServer username with the required permissions.
- password
A character string representing the password for the specified user.
- workspace
A character string specifying the default workspace to use in GeoServer operations.
See also
Other publish to GeoServer:
publish_bands()
,
publish_layer()
,
publish_layer_set()
,
publish_raster()
,
register_datastore_postgis()