powered by
OGCFilter
Object of R6Class for modelling an OGC Filter
R6Class
R6Class object.
new(expr)
This method is used to instantiate an OGCFilter object. The unique argument should be an object of class OGCExpression
OGCExpression
# NOT RUN { expr <- PropertyIsEqualTo$new(PropertyName = "property", Literal = "value") not <- Not$new(expr) not_xml <- not$encode() #see how it looks like in XML # }
Run the code above in your browser using DataLab