BinaryLogicOpType | R Documentation |
BinaryLogicOpType
BinaryLogicOpType
R6Class
object.
Object of R6Class
for modelling an BinaryLogicOpType
ows4R::OGCAbstractObject
-> ows4R::OGCExpression
-> BinaryLogicOpType
operations
a list OGC expressions
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()
new()
Initializes a BinaryLogicOpType expression
BinaryLogicOpType$new(..., element, namespacePrefix, exprVersion = "1.1.0")
...
list of objects of class OGCExpression
element
element
namespacePrefix
namespacePrefix
exprVersion
OGC expression version. Default is "1.1.0"
setExprVersion()
Sets expression version. The methods will control that expression versions are set for each of the operations specified in the expression.
BinaryLogicOpType$setExprVersion(exprVersion)
exprVersion
OGC expression version
clone()
The objects of this class are cloneable with this method.
BinaryLogicOpType$clone(deep = FALSE)
deep
Whether to make a deep clone.
abstract super class of all the binary logical operation classes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.