powered by
GMLParameterValueGroup
Object of R6Class for modelling an GML parameter value group
R6Class
R6Class object.
parameterValue
[GMLParameterValue]
GMLParameterValue
group
[GMLOperationParameterGroup]
GMLOperationParameterGroup
new(xml, defaults)
This method is used to instantiate a GML ParameterValue
addParameterValue(parameterValue)
Adds a parameter value, object of class 'GMLParameterValue'
delParameterValue(parameterValue)
Deletes a parameter value, object of class 'GMLParameterValue'
setOperationParameterGroup(operationParameterGroup)
Sets the operation parameter group, object of class GMLOperationParameterGroup
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
# NOT RUN { gml <- GMLParameterValueGroup$new() # }
Run the code above in your browser using DataLab