| OWSOperationsMetadata {ows4R} | R Documentation |
OWSOperationsMetadata
Description
OWSOperationsMetadata
OWSOperationsMetadata
Format
R6Class object.
Value
Object of R6Class for modelling an OGC Operations Metadata
Methods
Public methods
Method new()
Initializes an OWSOperationsMetadata object
Usage
OWSOperationsMetadata$new(xmlObj, owsVersion, serviceVersion)
Arguments
xmlObjobject of class XMLInternalNode-class from XML
owsVersionOWS version
serviceVersionservice 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
deepWhether to make a deep clone.
Note
Abstract class used internally by ows4R
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package ows4R version 0.4 Index]