OWSCodeType {ows4R} | R Documentation |
OWSCodeType
Description
OWSCodeType
OWSCodeType
Format
R6Class
object.
Value
Object of R6Class
for modelling an OWS CodeType
Super class
ows4R::OGCAbstractObject
-> OWSCodeType
Public fields
value
code type
Methods
Public methods
Inherited methods
ows4R::OGCAbstractObject$ERROR()
ows4R::OGCAbstractObject$INFO()
ows4R::OGCAbstractObject$WARN()
ows4R::OGCAbstractObject$encode()
ows4R::OGCAbstractObject$getClass()
ows4R::OGCAbstractObject$getClassName()
ows4R::OGCAbstractObject$getNamespaceDefinition()
ows4R::OGCAbstractObject$isFieldInheritedFrom()
ows4R::OGCAbstractObject$logger()
ows4R::OGCAbstractObject$print()
Method new()
Initializes an object of class OWSCodeType
Usage
OWSCodeType$new(xml = NULL, owsVersion = "1.1", value)
Arguments
xml
object of class XMLInternalNode-class from XML
owsVersion
OWS version. Default is "1.1"
value
the code type
Method clone()
The objects of this class are cloneable with this method.
Usage
OWSCodeType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package ows4R version 0.4 Index]