Learn R Programming

geometa (version 0.4-0)

GMLParameterValueGroup: GMLParameterValueGroup

Description

GMLParameterValueGroup

Usage

GMLParameterValueGroup

Arguments

Value

Object of R6Class for modelling an GML parameter value group

Format

R6Class object.

Fields

group

Methods

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

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

Examples

Run this code
# NOT RUN {
  gml <- GMLParameterValueGroup$new()

# }

Run the code above in your browser using DataLab