GMLGeodeticCRS: GMLGeodeticCRS

GMLGeodeticCRSR Documentation

GMLGeodeticCRS

Description

GMLGeodeticCRS

GMLGeodeticCRS

Format

R6Class object.

Value

Object of R6Class for modelling an GMLGeodeticCRS

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::GMLAbstractObject -> geometa::GMLAbstractGML -> geometa::GMLDefinition -> geometa::GMLAbstractCRS -> GMLGeodeticCRS

Public fields

ellipsoidalCS

ellipsoidalCS [1..1]: GMLEllipsoidalCS

cartesianCS

cartesianCS [1..1]: GMLCartesianCS

sphericalCS

sphericalCS [1..1]: GMLSphericalCS

geodeticDatum

geodeticDatum [1..1]: GMLGeodeticDatum

Methods

Public methods

Inherited methods

Method setEllipsoidalCS()

Set ellipsoidal CS

Usage
GMLGeodeticCRS$setEllipsoidalCS(cs)
Arguments
cs

cs, object of class GMLEllipsoidalCS


Method setCartesianCS()

Set cartesian CS

Usage
GMLGeodeticCRS$setCartesianCS(cs)
Arguments
cs

cs, object of class GMLCartesianCS


Method setSphericalCS()

Set spherical CS

Usage
GMLGeodeticCRS$setSphericalCS(cs)
Arguments
cs

cs, object of class GMLSphericalCS


Method setGeodeticDatum()

Set geodetic datum. Currently not supported

Usage
GMLGeodeticCRS$setGeodeticDatum(datum)
Arguments
datum

object of class GMLGeodeticDatum


Method clone()

The objects of this class are cloneable with this method.

Usage
GMLGeodeticCRS$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


geometa documentation built on Oct. 29, 2022, 1:06 a.m.