powered by
ISOFeatureOperation
Object of R6Class for modelling an ISOFeatureOperation
R6Class
R6Class object.
signature
[character]
character
formalDefinition
new(xml)
This method is used to instantiate an ISOFeatureOperation
setSignature(signature, locales)
Sets the signature. Locale names can be specified as list with the locales argument.
list
locales
setFormalDefinition(formalDefinition, locales)
Sets the formal definition. Locale names can be specified as list with the locales argument.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19110:2005 Methodology for Feature cataloguing
md <- ISOFeatureOperation$new() md$setMemberName("name") md$setDefinition("definition") md$setCardinality(lower=1,upper=1) md$setSignature("signature") md$setFormalDefinition("def")
Run the code above in your browser using DataLab