An abstract class to represent OGC's WFS client in R. Other client classes in this package inherit this this class.
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 fromWFSRequest
.- 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
Author
Jussi Jousimo jvj@iki.fi, Joona Lehtomaki joona.lehtomaki@gmail.com