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
xmlObj
an object of class XMLInternalNode-class to initialize from XML
capabilities
object of class WMSCapabilities
version
service version
logger
logger
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
srs
srs
styles
styles
feature_count
feature count. Default is 1
x
x
y
y
width
width
height
height
bbox
bbox
info_format
info format. Default is "text/xml"
...
any other parameter to pass to a WMSGetFeatureInfo request