GMLReferenceableGridByTransformation

GMLReferenceableGridByTransformation

Format

R6Class object.

Value

Object of R6Class for modelling an GML ReferenceableGridByTransformation

Note

Class used internally by geometa

References

OGC Geography Markup Language. http://www.opengeospatial.org/standards/gml

OGC GML 3.3 Schema. http://schemas.opengis.net/gml/3.3/referenceableGrid.xsd

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

transformation

transformation

concatenatedOperation

concatenated operation

Methods

Inherited methods


Method new()

Initializes object

Usage

GMLReferenceableGridByTransformation$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

GMLReferenceableGridByTransformation$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.