Skip to contents

OWSRequest

OWSRequest

Format

R6Class object.

Value

Object of R6Class modelling a OWS Service Capability Request

Note

Abstract class used by ows4R

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super class

ows4R::OGCAbstractObject -> OWSRequest

Methods

Inherited methods


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.