| OWSRequest {ows4R} | R Documentation |
OWSRequest
Description
OWSRequest
OWSRequest
Format
R6Class object.
Value
Object of R6Class modelling a OWS Service Capability Request
Super class
ows4R::OGCAbstractObject -> OWSRequest
Methods
Public methods
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()
Method new()
Initializes an object of class OWSRequest
Usage
OWSRequest$new(xmlObj, capabilities, version, logger = NULL)
Arguments
xmlObjobject of class XMLInternalNode-class from XML
capabilitiesan object of class or extending OWSCapabilities
versionversion
loggerlogger
Method getName()
Get request name
Usage
OWSRequest$getName()
Returns
the name, object of class character
Method getFormats()
Get request formats
Usage
OWSRequest$getFormats()
Returns
the formats, object (vector) of class character
Method clone()
The objects of this class are cloneable with this method.
Usage
OWSRequest$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Note
Abstract class used by ows4R
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package ows4R version 0.4 Index]