WMSGetFeatureInfo | R Documentation |
WMSGetFeatureInfo
WMSGetFeatureInfo
R6Class
object.
Object of R6Class
for modelling a WMS GetFeatureInfo request
ows4R::OGCAbstractObject
-> ows4R::OWSHttpRequest
-> WMSGetFeatureInfo
ows4R::OGCAbstractObject$ERROR()
ows4R::OGCAbstractObject$INFO()
ows4R::OGCAbstractObject$WARN()
ows4R::OGCAbstractObject$encode()
ows4R::OGCAbstractObject$getClass()
ows4R::OGCAbstractObject$getClassName()
ows4R::OGCAbstractObject$getNamespaceDefinition()
ows4R::OGCAbstractObject$isFieldInheritedFrom()
ows4R::OGCAbstractObject$logger()
ows4R::OGCAbstractObject$print()
ows4R::OWSHttpRequest$execute()
ows4R::OWSHttpRequest$getCapabilities()
ows4R::OWSHttpRequest$getException()
ows4R::OWSHttpRequest$getRequest()
ows4R::OWSHttpRequest$getRequestHeaders()
ows4R::OWSHttpRequest$getResponse()
ows4R::OWSHttpRequest$getResult()
ows4R::OWSHttpRequest$getStatus()
ows4R::OWSHttpRequest$hasException()
ows4R::OWSHttpRequest$setResult()
new()
Initializes a WMSGetFeatureInfo service request
WMSGetFeatureInfo$new( capabilities, op, url, version, layers, srs, styles, feature_count = 1, x, y, width, height, bbox, info_format = "text/xml", user = NULL, pwd = NULL, token = NULL, headers = c(), config = httr::config(), logger = NULL, ... )
capabilities
an object of class WMSCapabilities
op
object of class OWSOperation as retrieved from capabilities
url
url
version
version
layers
layers
srs
srs
styles
styles
feature_count
feature count
x
x
y
y
width
width
height
height
bbox
bbox
info_format
info format
user
user
pwd
pwd
token
token
headers
headers
config
config
logger
logger
...
any parameter to pass to the service request
clone()
The objects of this class are cloneable with this method.
WMSGetFeatureInfo$clone(deep = FALSE)
deep
Whether to make a deep clone.
Class used internally by ows4R to trigger a WMS GetFeatureInfo request
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.