Learn R Programming

ows4R (version 0.2)

WFSCapabilities: WFSCapabilities

Description

WFSCapabilities

Arguments

Value

Object of R6Class with methods for interfacing an OGC Web Feature Service Get Capabilities document.

Format

R6Class object.

Methods

new(url, version, logger)

This method is used to instantiate a WFSGetCapabilities object

getFeatureTypes(pretty)

List the feature types available. If pretty is TRUE, the output will be an object of class data.frame

findFeatureTypeByName(name, exact)

Find feature type(s) by name.