OWSClient
OWSClient
Object of R6Class
with methods for interfacing
a Common OGC web-service.
R6Class
object.
url
the Base url of OWS service
version
the version of OWS service
new(url, service, serviceVersion, user, pwd, logger)
This method is used to instantiate a OWSClient with the url
of the
OGC service. Authentication (user
/pwd
) is not yet supported and will
be added with the support of service transactional modes. By default, the logger
argument will be set to NULL
(no logger). This argument accepts two possible
values: INFO
: to print only ows4R logs, DEBUG
: to print more verbose logs
getUrl()
Get the service URL
getVersion()
Get the service version
getCapabilities()
Get the service capabilities