CSWGetRecords {ows4R} | R Documentation |
CSWGetRecords
Description
CSWGetRecords
CSWGetRecords
Format
R6Class
object.
Value
Object of R6Class
for modelling a CSW GetRecords request
Super classes
ows4R::OGCAbstractObject
-> ows4R::OWSHttpRequest
-> CSWGetRecords
Public fields
Query
query property for request XML encoding
Methods
Public methods
Inherited methods
ows4R::OGCAbstractObject$ERROR()
ows4R::OGCAbstractObject$INFO()
ows4R::OGCAbstractObject$WARN()
ows4R::OGCAbstractObject$encode()
ows4R::OGCAbstractObject$getClass()
ows4R::OGCAbstractObject$getClassName()
ows4R::OGCAbstractObject$getNamespaceDefinition()
ows4R::OGCAbstractObject$isFieldInheritedFrom()
ows4R::OGCAbstractObject$logger()
ows4R::OGCAbstractObject$print()
ows4R::OWSHttpRequest$execute()
ows4R::OWSHttpRequest$getCapabilities()
ows4R::OWSHttpRequest$getException()
ows4R::OWSHttpRequest$getRequest()
ows4R::OWSHttpRequest$getRequestHeaders()
ows4R::OWSHttpRequest$getResponse()
ows4R::OWSHttpRequest$getResult()
ows4R::OWSHttpRequest$getStatus()
ows4R::OWSHttpRequest$hasException()
ows4R::OWSHttpRequest$setResult()
Method new()
Initializes a CSWGetRecordById service request
Usage
CSWGetRecords$new( capabilities, op, url, serviceVersion = "2.0.2", user = NULL, pwd = NULL, token = NULL, headers = list(), config = httr::config(), query = NULL, logger = NULL, ... )
Arguments
capabilities
an object of class CSWCapabilities
op
object of class OWSOperation as retrieved from capabilities
url
url
serviceVersion
serviceVersion. Default is "2.0.2
user
user
pwd
password
token
token
headers
headers
config
config
query
object of class CSWQuery
logger
logger
...
any parameter to pass to the service request, such as
resultType
,startPosition
,maxRecords
,outputFormat
, oroutputSchema
Method clone()
The objects of this class are cloneable with this method.
Usage
CSWGetRecords$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Note
Class used internally by ows4R to trigger a CSW GetRecords request
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>