OWSRequest: OWSRequest

OWSRequestR 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

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>


eblondel/ows4R documentation built on April 1, 2024, 8:18 a.m.