Learn R Programming

ows4R (version 0.3)

OWSOperation: OWSOperation

Description

OWSOperation

OWSOperation

Arguments

Value

Object of R6Class for modelling an OGC Operation

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Methods


Method new()

Initializes an object of class OWSOperation.

Usage

OWSOperation$new(xmlObj, owsVersion, serviceVersion)

Arguments

xmlObj

object of class XMLInternalNode-class from XML

owsVersion

OWS version

serviceVersion

service version


Method getName()

Get operation name

Usage

OWSOperation$getName()

Returns

an object of class character


Method getParameters()

Get parameters

Usage

OWSOperation$getParameters()

Returns

the parameters


Method getParameter()

Get parameter

Usage

OWSOperation$getParameter(name)

Arguments

name

name

Returns

the parameter


Method clone()

The objects of this class are cloneable with this method.

Usage

OWSOperation$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.