GMLOperationMethod

GMLOperationMethod

Format

R6Class object.

Value

Object of R6Class for modelling an GMLOperationMethod

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

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

formulaCitation

[ISOCitation]

formula

[GMLElement]

sourceDimensions

[GMLElement]

targetDimensions

[GMLElement]

parameter

[list of [GMLOperationParameter or GMLOperationParameterGroup]]

Methods

Inherited methods


Method setFormulaCitation()

Sets the formula citation

Usage

GMLOperationMethod$setFormulaCitation(citation)

Arguments

citation

object of class ISOCitation


Method setFormula()

Set formula

Usage

GMLOperationMethod$setFormula(formula)

Arguments

formula

formula, object of class character


Method setSourceDimensions()

Set source dimensions

Usage

GMLOperationMethod$setSourceDimensions(value)

Arguments

value

value, object of class integer


Method setTargetDimensions()

Set target dimensions

Usage

GMLOperationMethod$setTargetDimensions(value)

Arguments

value

value, object of class integer


Method addParameter()

Adds a parameter

Usage

GMLOperationMethod$addParameter(param)

Arguments

Returns

TRUE if added, FALSE otherwise


Method delParameter()

Deletes a parameter

Usage

GMLOperationMethod$delParameter(param)

Arguments

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage

GMLOperationMethod$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.