GMLCoordinateSystemAxis

GMLCoordinateSystemAxis

Format

R6Class object.

Value

Object of R6Class for modelling an GMLCoordinateSystemAxis

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

axisAbbrev

axisAbbrev [1..1]: character

axisDirection

axisDirection [1..1]: character (with codeSpace)

minimumValue

minimumValue [0..1]: double

maximumValue

maximumValue [0..1]: double

rangeMeaning

rangeMeaning [0..1]: character (with codeSpace)

Methods

Inherited methods


Method new()

Initializes object

Usage

GMLCoordinateSystemAxis$new(xml = NULL, defaults = list(), id = NULL, uom = NA)

Arguments

xml

object of class XMLInternalNode-class

defaults

list of default values

id

id

uom

unit of measure


Method setAbbrev()

Set Abbrev

Usage

GMLCoordinateSystemAxis$setAbbrev(abbrev)

Arguments

abbrev

abbrev


Method setDirection()

Set description

Usage

GMLCoordinateSystemAxis$setDirection(direction, codeSpace = NULL)

Arguments

direction

direction

codeSpace

code space


Method setMinimumValue()

Set minimum value

Usage

GMLCoordinateSystemAxis$setMinimumValue(value)

Arguments

value

value


Method setMaximumValue()

Set maxium value

Usage

GMLCoordinateSystemAxis$setMaximumValue(value)

Arguments

value

value


Method setRangeMeaning()

Set range meaning

Usage

GMLCoordinateSystemAxis$setRangeMeaning(meaning, codeSpace = NULL)

Arguments

meaning

meaning

codeSpace

code space


Method clone()

The objects of this class are cloneable with this method.

Usage

GMLCoordinateSystemAxis$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.