GMLConversion
GMLConversion
GMLConversion class
R6Class
object.
Object of R6Class
for modelling an GMLConversion
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
-> geometa::GMLAbstractCoordinateOperation
-> geometa::GMLAbstractSingleOperation
-> geometa::GMLAbstractGeneralConversion
-> GMLConversion
method
: method [1..1]: GMLOperationMethod
parameterValue
: parameterValue [0..*]: GMLParameterValue
setMethod()
Set method
GMLConversion$setMethod(method)
method
: method, object of class GMLOperationMethod
addParameterValue()
Adds parameter value
GMLConversion$addParameterValue(paramValue)
paramValue
: parameter value, object class inheriting GMLAbstractGeneralParameterValue
TRUE
if added, FALSE
otherwise
delParameterValue()
Deletes parameter value
GMLConversion$delParameterValue(paramValue)
paramValue
: parameter value, object class inheriting GMLAbstractGeneralParameterValue
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
GMLConversion$clone(deep = FALSE)
deep
: Whether to make a deep clone.