| WMSLayer | R Documentation |
WMSLayer
WMSLayer
R6Class object.
Object of R6Class modelling a WMS layer
ows4R::OGCAbstractObject -> WMSLayer
descriptiondescription
featuresfeatures
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()new()Initializes an object of class WMSLayer
WMSLayer$new(xmlObj, capabilities, version, logger = NULL)
xmlObjan object of class XMLInternalNode-class to initialize from XML
capabilitiesobject of class WMSCapabilities
versionservice version
loggerlogger
getName()Get layer name
WMSLayer$getName()
object of class character
getTitle()Get layer title
WMSLayer$getTitle()
object of class character
getAbstract()Get layer abstract
WMSLayer$getAbstract()
object of class character
getKeywords()Get layer keywords
WMSLayer$getKeywords()
object of class character
getDefaultCRS()Get layer default CRS
WMSLayer$getDefaultCRS()
object of class character
getBoundingBox()Get layer bounding box
WMSLayer$getBoundingBox()
object of class matrix
getBoundingBoxSRS()Get layer bounding box SRS
WMSLayer$getBoundingBoxSRS()
object of class character
getBoundingBoxCRS()Get layer bounding box CRS
WMSLayer$getBoundingBoxCRS()
object of class character
getStyles()Get layer styles
WMSLayer$getStyles()
an object of class list
getStylenames()Get layer style names
WMSLayer$getStylenames()
list of object of class character
getDimensions()Get layer dimensions
WMSLayer$getDimensions(time_format = "character")
time_formattime format. Default is character
a list including default value and listed possible values
getTimeDimension()Get layer TIME dimensions
WMSLayer$getTimeDimension(time_format = "character")
time_formattime format. Default is character
a list including default value and listed possible values
getElevationDimension()Get layer ELEVATION dimensions
WMSLayer$getElevationDimension()
a list including default value and listed possible values
getFeatureInfo()Get feature info
WMSLayer$getFeatureInfo( srs = NULL, styles = NULL, feature_count = 1, x, y, width, height, bbox, info_format = "text/xml", ... )
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
an object of class sf given the feature(s)
clone()The objects of this class are cloneable with this method.
WMSLayer$clone(deep = FALSE)
deepWhether to make a deep clone.
Abstract class used by ows4R
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.