Learn R Programming

ows4R (version 0.3)

OWSOperationsMetadata: OWSOperationsMetadata

Description

OWSOperationsMetadata

OWSOperationsMetadata

Arguments

Value

Object of R6Class for modelling an OGC Operations Metadata

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Methods


Method new()

Initializes an OWSOperationsMetadata object

Usage

OWSOperationsMetadata$new(xmlObj, owsVersion, serviceVersion)

Arguments

xmlObj

object of class XMLInternalNode-class from XML

owsVersion

OWS version

serviceVersion

service version


Method getOperations()

Get operations

Usage

OWSOperationsMetadata$getOperations()

Returns

a list of OWSOperation


Method clone()

The objects of this class are cloneable with this method.

Usage

OWSOperationsMetadata$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.