GMLOperationMethod
GMLOperationMethod
GMLOperationMethod class
R6Class
object.
Object of R6Class
for modelling an GMLOperationMethod
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
-> GMLOperationMethod
formulaCitation
: [ISOCitation
]
formula
: [GMLElement
]
sourceDimensions
: [GMLElement
]
targetDimensions
: [GMLElement
]
parameter
: [list
of [GMLOperationParameter
or GMLOperationParameterGroup
]]
setFormulaCitation()
Sets the formula citation
GMLOperationMethod$setFormulaCitation(citation)
citation
: object of class ISOCitation
setFormula()
Set formula
GMLOperationMethod$setFormula(formula)
formula
: formula, object of class character
setSourceDimensions()
Set source dimensions
GMLOperationMethod$setSourceDimensions(value)
value
: value, object of class integer
setTargetDimensions()
Set target dimensions
GMLOperationMethod$setTargetDimensions(value)
value
: value, object of class integer
addParameter()
Adds a parameter
GMLOperationMethod$addParameter(param)
param
: object of class GMLOperationParameter or GMLOperationParameterGroup
TRUE
if added, FALSE
otherwise
delParameter()
Deletes a parameter
GMLOperationMethod$delParameter(param)
param
: object of class GMLOperationParameter or GMLOperationParameterGroup
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
GMLOperationMethod$clone(deep = FALSE)
deep
: Whether to make a deep clone.