GMLOperationMethod: GMLOperationMethod

GMLOperationMethodR Documentation

GMLOperationMethod

Description

GMLOperationMethod

GMLOperationMethod

Format

R6Class object.

Value

Object of R6Class for modelling an GMLOperationMethod

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

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
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.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

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


eblondel/geometa documentation built on April 18, 2024, 1:46 p.m.