GMLRectifiedGrid function

GMLRectifiedGrid

GMLRectifiedGrid

GMLRectifiedGrid

GMLRectifiedGrid class

Format

R6Class object.

Returns

Object of R6Class for modelling an GML rectified grid

Methods

  • new(xml, element): This method is used to instantiate a GML rectified grid
  • setOrigin(x,y): Set the origin of the rectified grid

References

ISO 19136:2007 Geographic Information -- Geographic Markup Language. http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=32554

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

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::GMLAbstractObject -> geometa::GMLAbstractGML -> geometa::GMLAbstractGeometry -> geometa::GMLAbstractImplicitGeometry -> geometa::GMLGrid -> GMLRectifiedGrid

Public fields

  • origin: origin

  • offsetVector: offset vector

Methods

Public methods

Method new()

Initializes object

Usage

GMLRectifiedGrid$new(xml = NULL)

Arguments

  • xml: object of class XMLInternalNode-class

Method setOrigin()

Set origin

Usage

GMLRectifiedGrid$setOrigin(x, y)

Arguments

  • x: x

  • y: y

Method addOffsetVector()

Adds offset vector

Usage

GMLRectifiedGrid$addOffsetVector(vec)

Arguments

  • vec: vec, object of class vector

Returns

TRUE if added, FALSE otherwise

Method delOffsetVector()

Deletes offset vector

Usage

GMLRectifiedGrid$delOffsetVector(vec)

Arguments

  • vec: vec, object of class vector

Returns

TRUE if deleted, FALSE otherwise

Method clone()

The objects of this class are cloneable with this method.

Usage

GMLRectifiedGrid$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29