Learn R Programming

geometa (version 0.9.1)

GMLRectifiedGrid: GMLRectifiedGrid

Description

GMLRectifiedGrid

GMLRectifiedGrid

Arguments

Value

Object of R6Class for modelling an GML rectified grid

Format

R6Class object.

Methods

new(xml, element)

This method is used to instantiate a GML rectified grid

setOrigin(x,y)

Set the origin of the rectified grid

Author

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

Inherited 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.

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