GSCoverageView | R Documentation |
Geoserver REST API GSCoverageView
Geoserver REST API GSCoverageView
R6Class
object.
Object of R6Class
for modelling a GeoServer coverage view
geosapi::GSRESTResource
-> GSCoverageView
name
name
envelopeCompositionType
envelope composition type
selectedResolution
selected resolution
selectedResolutionIndex
selected resolution index
coverageBands
coverage bands
new()
Initializes an object of class GSCoverageView
GSCoverageView$new(xml = NULL)
xml
object of class xml_node-class
decode()
Decodes from XML
GSCoverageView$decode(xml)
xml
object of class xml_node-class
setName()
Set name
GSCoverageView$setName(name)
name
name
setEnvelopeCompositionType()
Sets the envelope composition type. Type of Envelope Composition, used to expose the bounding box of the CoverageView, either 'UNION' or 'INTERSECTION'.
GSCoverageView$setEnvelopeCompositionType(envelopeCompositionType)
envelopeCompositionType
envelope composition type
setSelectedResolution()
Set selected resolution
GSCoverageView$setSelectedResolution(selectedResolution)
selectedResolution
selected resolution
setSelectedResolutionIndex()
Set selected resolution index
GSCoverageView$setSelectedResolutionIndex(selectedResolutionIndex)
selectedResolutionIndex
selected resolution index
addBand()
Adds band
GSCoverageView$addBand(band)
band
object of class GSCoverageBand
TRUE
if added, FALSE
otherwise
delBand()
Deletes band
GSCoverageView$delBand(band)
band
object of class GSCoverageBand
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
GSCoverageView$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
GSCoverageView$new()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.