| WMSGetFeatureInfo {ows4R} | R Documentation |
WMSGetFeatureInfo
Description
WMSGetFeatureInfo
WMSGetFeatureInfo
Format
R6Class object.
Value
Object of R6Class for modelling a WMS GetFeatureInfo request
Super classes
ows4R::OGCAbstractObject -> ows4R::OWSHttpRequest -> WMSGetFeatureInfo
Methods
Public methods
Inherited methods
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()
Method new()
Initializes a WMSGetFeatureInfo service request
Usage
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, ... )
Arguments
capabilitiesan object of class WMSCapabilities
opobject of class OWSOperation as retrieved from capabilities
urlurl
versionversion
layerslayers
srssrs
stylesstyles
feature_countfeature count
xx
yy
widthwidth
heightheight
bboxbbox
info_formatinfo format
useruser
pwdpwd
tokentoken
headersheaders
configconfig
loggerlogger
...any parameter to pass to the service request
Method clone()
The objects of this class are cloneable with this method.
Usage
WMSGetFeatureInfo$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Note
Class used internally by ows4R to trigger a WMS GetFeatureInfo request
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package ows4R version 0.4 Index]