CSW_GetQueryables: Get Queryable values of the CSW server

Description Usage Arguments Value Examples

Description

The function CSW_GetQueryables retrieves the names of properties (fields) that can be used in the CSW_GetDomain function or in a query. The output is a list with two sublists: one with the 'SupportedISOQueryables' and one with the 'AdditionalQueryables'.

Usage

1
2
CSW_GetQueryables(version = CSW_get_version(), baseurl = CSW_get_url(),
  verbose = c("N", "F", "Y"))

Arguments

version

Character vector with CSW version. Default is 2.0.2 but this can be changed for the remainder of the session with CSW_set_version .

baseurl

Character vector with base url of the CSW server. Default is http://nationaalgeoregister.nl/geonetwork/srv/dut/csw? but this can be changed for the remainder of the session with CSW_set_url .

verbose

Character N, F or Y. When F the full generated and encoded url will be displayed, when Y the variable part of the url (without baseurl, service indication CSW and version) will be displayed in decoded form and when N (default) nothing of the generated url will be displayed.

Value

A list with two sublists: one with the 'SupportedISOQueryables' and one with the 'AdditionalQueryables'

Examples

1
2
3
4
## Not run: 
exp1 = CSW_GetQueryables()

## End(Not run)

HanOostdijk/CSW documentation built on May 29, 2019, 1:39 p.m.