WFSClient: Class represeting a WFS client

WFSClientR Documentation

Class represeting a WFS client

Description

An abstract class to represent OGC's WFS client in R. Other client classes in this package inherit this this class.

Format

R6Class object.

Methods

new(request)

This method is used to create object of this class with request as the request object containing WFS connection information and methods. NOTE: as this is abstract class, you shouldn't be creating instances of it.

setRequest(request)

Set client's request object to request, which must inherit from WFSRequest.

listLayers()

Not implemented in this abstract class, but it classes inheriting this class.

getLayer

Not implemented in this abstract class, but it classes inheriting this class.

getRaster

Get a raster layer from WFS

Public fields

test

Active bindings

test

Methods

Public methods


Method new()

Usage
WFSClient$new(request)

Method setRequest()

Usage
WFSClient$setRequest(request)

Method listLayers()

Usage
WFSClient$listLayers()

Method getLayer()

Usage
WFSClient$getLayer(layer, ...)

Method getRaster()

Usage
WFSClient$getRaster(parameters)

Method clone()

The objects of this class are cloneable with this method.

Usage
WFSClient$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Jussi Jousimo jvj@iki.fi, Joona Lehtomaki joona.lehtomaki@gmail.com

See Also

WFSStreamingClient, WFSCachingClient, WFSRequest


rOpenGov/rwfs documentation built on Jan. 13, 2023, 8:55 p.m.