OWSOperation | R Documentation |
OWSOperation
OWSOperation
R6Class
object.
Object of R6Class
for modelling an OGC Operation
new()
Initializes an object of class OWSOperation.
OWSOperation$new(xmlObj, owsVersion, serviceVersion)
xmlObj
object of class XMLInternalNode-class from XML
owsVersion
OWS version
serviceVersion
service version
getName()
Get operation name
OWSOperation$getName()
an object of class character
getParameters()
Get parameters
OWSOperation$getParameters()
the parameters
getParameter()
Get parameter
OWSOperation$getParameter(name)
name
name
the parameter
clone()
The objects of this class are cloneable with this method.
OWSOperation$clone(deep = FALSE)
deep
Whether to make a deep clone.
Internal class used internally by ows4R when reading capabilities documents
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.