GMLCoordinateSystemAxis
GMLCoordinateSystemAxis
GMLCoordinateSystemAxis class
R6Class
object.
Object of R6Class
for modelling an GMLCoordinateSystemAxis
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
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::GMLAbstractObject
-> geometa::GMLAbstractGML
-> geometa::GMLDefinition
-> GMLCoordinateSystemAxis
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)
new()
Initializes object
GMLCoordinateSystemAxis$new(xml = NULL, defaults = list(), id = NULL, uom = NA)
xml
: object of class XMLInternalNode-class
defaults
: list of default values
id
: id
uom
: unit of measure
setAbbrev()
Set Abbrev
GMLCoordinateSystemAxis$setAbbrev(abbrev)
abbrev
: abbrev
setDirection()
Set description
GMLCoordinateSystemAxis$setDirection(direction, codeSpace = NULL)
direction
: direction
codeSpace
: code space
setMinimumValue()
Set minimum value
GMLCoordinateSystemAxis$setMinimumValue(value)
value
: value
setMaximumValue()
Set maxium value
GMLCoordinateSystemAxis$setMaximumValue(value)
value
: value
setRangeMeaning()
Set range meaning
GMLCoordinateSystemAxis$setRangeMeaning(meaning, codeSpace = NULL)
meaning
: meaning
codeSpace
: code space
clone()
The objects of this class are cloneable with this method.
GMLCoordinateSystemAxis$clone(deep = FALSE)
deep
: Whether to make a deep clone.