powered by
BBOX
Object of R6Class for modelling an BBOX
R6Class
R6Class object.
new(bbox, srsName)
This method is used to instantiate an BBOX
# NOT RUN { bbox <- OWSUtils$toBBOX(-180,-90,180,90) expr <- BBOX$new(bbox) expr_xml <- expr$encode() #see how it looks like in XML # }
Run the code above in your browser using DataLab