Learn R Programming

ows4R (version 0.1-1)

WFSCapabilities: WFSCapabilities

Description

WFSCapabilities

Usage

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)

This method is used to instantiate a WFSGetCapabilities object

getFeatureTypes()

Retrieves the list of feature types

findFeatureTypeByName(name, exact)

Find feature type(s) by name.

Examples

Run this code
# NOT RUN {
   #example based on CSW endpoint responding at http://localhost:8000/geoserver/wfs
   caps <- WFSCapabilities$new("http://localhost:8000/geoserver/wfs", version = "1.1.1")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab