WMSLayer
WMSLayer
Format
R6Class object.
Value
Object of R6Class modelling a WMS layer
Super class
ows4R::OGCAbstractObject -> WMSLayer
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()
Method new()
Initializes an object of class WMSLayer
Usage
WMSLayer$new(xmlObj, capabilities, version, logger = NULL)Arguments
xmlObjan object of class XMLInternalNode-class to initialize from XML
capabilitiesobject of class WMSCapabilities
versionservice version
loggerlogger
Method getFeatureInfo()
Get feature info
Usage
WMSLayer$getFeatureInfo(
srs = NULL,
styles = NULL,
feature_count = 1,
x,
y,
width,
height,
bbox,
info_format = "text/xml",
...
)Arguments
srssrs
stylesstyles
feature_countfeature count. Default is 1
xx
yy
widthwidth
heightheight
bboxbbox
info_formatinfo format. Default is "text/xml"
...any other parameter to pass to a WMSGetFeatureInfo request