GMLOperationMethod function

GMLOperationMethod

GMLOperationMethod

GMLOperationMethod

GMLOperationMethod class

Format

R6Class object.

Returns

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(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::GMLAbstractObject -> geometa::GMLAbstractGML -> geometa::GMLDefinition -> GMLOperationMethod

Public fields

  • formulaCitation: [ISOCitation]

  • formula: [GMLElement]

  • sourceDimensions: [GMLElement]

  • targetDimensions: [GMLElement]

  • parameter: [list of [GMLOperationParameter or GMLOperationParameterGroup]]

Methods

Public 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

  • param: object of class GMLOperationParameter or GMLOperationParameterGroup

Returns

TRUE if added, FALSE otherwise

Method delParameter()

Deletes a parameter

Usage

GMLOperationMethod$delParameter(param)

Arguments

  • param: object of class GMLOperationParameter or GMLOperationParameterGroup

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.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29