WFSCapabilities
WFSCapabilities
Object of R6Class with methods for interfacing an OGC
Web Feature Service Get Capabilities document.
R6Class object.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ows4R::OGCAbstractObject -> ows4R::OWSCapabilities -> WFSCapabilities
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::OWSCapabilities$getClient()ows4R::OWSCapabilities$getOWSVersion()ows4R::OWSCapabilities$getOperationsMetadata()ows4R::OWSCapabilities$getRequest()ows4R::OWSCapabilities$getService()ows4R::OWSCapabilities$getServiceIdentification()ows4R::OWSCapabilities$getServiceProvider()ows4R::OWSCapabilities$getServiceVersion()ows4R::OWSCapabilities$getUrl()ows4R::OWSCapabilities$setClient()
new()Initializes a WFSCapabilities object
WFSCapabilities$new(url, version, logger = NULL, ...)urlurl
versionversion
loggerlogger type NULL, "INFO" or "DEBUG"
...any other parameter to pass to OWSGetCapabilities service request
getFeatureTypes()List the feature types available. If pretty is TRUE,
   the output will be an object of class data.frame
WFSCapabilities$getFeatureTypes(pretty = FALSE)prettywhether the output should be summarized as data.frame
a list of WFSFeatureType or a data.frame
findFeatureTypeByName()Finds a feature type by name
WFSCapabilities$findFeatureTypeByName(expr, exact = TRUE)exprexpr
exactexact matching? Default is TRUE
clone()The objects of this class are cloneable with this method.
WFSCapabilities$clone(deep = FALSE)deepWhether to make a deep clone.