UnaryLogicOpType {ows4R} | R Documentation |
UnaryLogicOpType
Description
UnaryLogicOpType
UnaryLogicOpType
Format
R6Class
object.
Value
Object of R6Class
for modelling an UnaryLogicOpType
Super classes
ows4R::OGCAbstractObject
-> ows4R::OGCExpression
-> UnaryLogicOpType
Public fields
operations
a list OGC expressions
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()
ows4R::OGCExpression$getExprVersion()
Method new()
Initializes a UnaryLogicOpType expression
Usage
UnaryLogicOpType$new(..., element, namespacePrefix, exprVersion = "1.1.0")
Arguments
...
list of objects of class OGCExpression
element
element
namespacePrefix
namespacePrefix
exprVersion
OGC expression version. Default is "1.1.0"
Method setExprVersion()
Sets expression version. The methods will control that expression versions are set for each of the operations specified in the expression.
Usage
UnaryLogicOpType$setExprVersion(exprVersion)
Arguments
exprVersion
OGC expression version
Method clone()
The objects of this class are cloneable with this method.
Usage
UnaryLogicOpType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Note
abstract super class of all the unary logical operation classes
[Package ows4R version 0.4 Index]