OGCExpression
OGCExpression
Object of R6Class
for modelling an OGC Expression
R6Class
object.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ows4R::OGCAbstractObject
-> OGCExpression
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()
new()
Initializes an object of class OGCExpression
OGCExpression$new(
element,
namespacePrefix,
attrs = NULL,
defaults = NULL,
exprVersion = "1.1.0"
)
element
element name
namespacePrefix
XML namespace prefix
attrs
attributes
defaults
default values
exprVersion
OGC version for the expression
setExprVersion()
Sets expression version. The methods will control proper XML namespace prefix setting
OGCExpression$setExprVersion(exprVersion)
exprVersion
OGC expression version
getExprVersion()
Gets expression version
OGCExpression$getExprVersion()
object of class character
clone()
The objects of this class are cloneable with this method.
OGCExpression$clone(deep = FALSE)
deep
Whether to make a deep clone.