An abstract class for building a URL reference to a WFS.
Methods
Inherited methods
Method getParameters()
Usage
WFSStreamingRequest$getParameters()
Method setPath()
Usage
WFSStreamingRequest$setPath(path)
Method setParameters()
Usage
WFSStreamingRequest$setParameters(...)
Method getCapabilities()
Usage
WFSStreamingRequest$getCapabilities(version = "1.0.0", ...)
Method getFeature()
Usage
WFSStreamingRequest$getFeature(version = "1.0.0", typeNames, ...)
Method clone()
The objects of this class are cloneable with this method.
Usage
WFSStreamingRequest$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.