GMLGeodeticCRS

GMLGeodeticCRS

Format

R6Class object.

Value

Object of R6Class for modelling an GMLGeodeticCRS

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

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

ellipsoidalCS

ellipsoidalCS [1..1]: GMLEllipsoidalCS

cartesianCS

cartesianCS [1..1]: GMLCartesianCS

sphericalCS

sphericalCS [1..1]: GMLSphericalCS

geodeticDatum

geodeticDatum [1..1]: GMLGeodeticDatum

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.