powered by
CSWConstraint
Object of R6Class for modelling an CSW Constraint
R6Class
R6Class object.
new(cqlText, filter, serviceVersion)
This method is used to instantiate an CSWConstraint object.
# NOT RUN { filter <- OGCFilter$new( PropertyIsEqualTo$new("apiso:Identifier", "12345") ) cons <- CSWConstraint$new(filter = filter) cons_xml <- cons$encode() #how it looks like in XML # }
Run the code above in your browser using DataLab