OWSRequest
OWSRequest
Object of R6Class modelling a OWS Service Capability Request
R6Class object.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ows4R::OGCAbstractObject -> OWSRequest
Inherited methods
ows4R::OGCAbstractObject$ERROR()ows4R::OGCAbstractObject$INFO()ows4R::OGCAbstractObject$WARN()ows4R::OGCAbstractObject$encode()ows4R::OGCAbstractObject$getClass()ows4R::OGCAbstractObject$getClassName()ows4R::OGCAbstractObject$getNamespaceDefinition()ows4R::OGCAbstractObject$isFieldInheritedFrom()ows4R::OGCAbstractObject$logger()ows4R::OGCAbstractObject$print()
new()Initializes an object of class OWSRequest
OWSRequest$new(xmlObj, capabilities, version, logger = NULL)xmlObjobject of class XMLInternalNode-class from XML
capabilitiesan object of class or extending OWSCapabilities
versionversion
loggerlogger
getName()Get request name
OWSRequest$getName()the name, object of class character
getFormats()Get request formats
OWSRequest$getFormats()the formats, object (vector) of class character
clone()The objects of this class are cloneable with this method.
OWSRequest$clone(deep = FALSE)deepWhether to make a deep clone.