GMLCOVAbstractCoverage

GMLCOVAbstractCoverage

Format

R6Class object.

Value

Object of R6Class for modelling a GMLCOV Abstract Coverage

References

GML 3.2.1 Application Schema for Coverages http://www.opengis.net/gmlcov/1.0

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

coverageFunction

coverage function

rangeType

range type

metadata

metadata

Methods

Inherited methods


Method new()

Initializes object

Usage

GMLCOVAbstractCoverage$new(
  xml = NULL,
  element = NULL,
  attrs = list(),
  defaults = list(),
  wrap = TRUE
)

Arguments

xml

object of class XMLInternalNode-class

element

element name

attrs

list of attributes

defaults

list of default values

wrap

wrap element?


Method clone()

The objects of this class are cloneable with this method.

Usage

GMLCOVAbstractCoverage$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.