| OGCFilter | R Documentation |
OGCFilter
OGCFilter
R6Class object.
Object of R6Class for modelling an OGC Filter
ows4R::OGCAbstractObject -> OGCFilter
exprOGC expression
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 OGCFilter.
OGCFilter$new(expr, filterVersion = "1.1.0")
exprobject of class OGCExpression
filterVersionOGC filter version. Default is "1.1.0"
setFilterVersion()Sets the OGC filter version
OGCFilter$setFilterVersion(filterVersion)
filterVersionOGC filter version
clone()The objects of this class are cloneable with this method.
OGCFilter$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
expr <- PropertyIsEqualTo$new(PropertyName = "property", Literal = "value")
not <- Not$new(expr)
not_xml <- not$encode() #see how it looks like in XML
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.