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
xmlObj
object of class XMLInternalNode-class from XML
capabilities
an object of class or extending OWSCapabilities
version
version
logger
logger
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
deep
Whether 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]