GMLRectifiedGrid: GMLRectifiedGrid

GMLRectifiedGridR Documentation

GMLRectifiedGrid

Description

GMLRectifiedGrid

GMLRectifiedGrid

Format

R6Class object.

Value

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

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

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.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

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


eblondel/geometa documentation built on April 18, 2024, 1:46 p.m.