powered by
CSWCapabilities
Object of R6Class with methods for interfacing an OGC Catalogue Service for the Web (CSW) Get Capabilities document.
R6Class
R6Class object.
new(url, version, logger)
This method is used to instantiate a WFSGetCapabilities object
# NOT RUN { #example based on CSW endpoint responding at http://localhost:8000/csw caps <- CSWCapabilities$new("http://localhost:8000/geonetwork/csw", version = "2.0.2") # } # NOT RUN { # }
Run the code above in your browser using DataLab