ISOEvaluationMethod | R Documentation |
ISOEvaluationMethod
ISOEvaluationMethod
R6Class
object.
Object of R6Class
for modelling an ISO abstract evaluation method
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOEvaluationMethod
dateTime
dateTime
evaluationMethodDescription
evaluationMethodDescription
evaluationProcedure
evaluationProcedure
referenceDoc
referenceDoc
evaluationMethodType
evaluationMethodType
geometa::geometaLogger$ERROR()
geometa::geometaLogger$INFO()
geometa::geometaLogger$WARN()
geometa::ISOAbstractObject$addFieldAttrs()
geometa::ISOAbstractObject$addListElement()
geometa::ISOAbstractObject$checkMetadataStandardCompliance()
geometa::ISOAbstractObject$contains()
geometa::ISOAbstractObject$createLocalisedProperty()
geometa::ISOAbstractObject$decode()
geometa::ISOAbstractObject$delListElement()
geometa::ISOAbstractObject$encode()
geometa::ISOAbstractObject$getClass()
geometa::ISOAbstractObject$getClassName()
geometa::ISOAbstractObject$getNamespaceDefinition()
geometa::ISOAbstractObject$isDocument()
geometa::ISOAbstractObject$isFieldInheritedFrom()
geometa::ISOAbstractObject$print()
geometa::ISOAbstractObject$save()
geometa::ISOAbstractObject$setAttr()
geometa::ISOAbstractObject$setCodeList()
geometa::ISOAbstractObject$setCodeListValue()
geometa::ISOAbstractObject$setCodeSpace()
geometa::ISOAbstractObject$setHref()
geometa::ISOAbstractObject$setId()
geometa::ISOAbstractObject$setIsNull()
geometa::ISOAbstractObject$setValue()
geometa::ISOAbstractObject$stopIfMetadataStandardIsNot()
geometa::ISOAbstractObject$validate()
geometa::ISOAbstractObject$wrapBaseElement()
new()
Initializes object
ISOEvaluationMethod$new(xml = NULL)
xml
object of class XMLInternalNode-class
setDateTime()
Set date time
ISOEvaluationMethod$setDateTime(dateTime)
dateTime
dateTime object of class ISOBaseDateTime
setEvaluationMethodDescription()
Set evaluation method description
ISOEvaluationMethod$setEvaluationMethodDescription(description, locales = NULL)
description
description
locales
list of localized descriptions. Default is NULL
setEvaluationProcedure()
Set evaluation procedure
ISOEvaluationMethod$setEvaluationProcedure(procedure)
procedure
procedure, object of class ISOCitation
addReferenceDoc()
Adds reference doc
ISOEvaluationMethod$addReferenceDoc(referenceDoc)
referenceDoc
object of class ISOCitation
TRUE
if added, FALSE
otherwise
delReferenceDoc()
Deletes reference doc
ISOEvaluationMethod$delReferenceDoc(referenceDoc)
referenceDoc
object of class ISOCitation
TRUE
if deleted, FALSE
otherwise
setEvaluationMethodType()
Set evaluation method type
ISOEvaluationMethod$setEvaluationMethodType(type)
type
object of class ISOEvaluationMethodType or any character value
from those returned by ISOEvaluationMethodType$values()
clone()
The objects of this class are cloneable with this method.
ISOEvaluationMethod$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
- ISO 19115-3 https://schemas.isotc211.org/19157/-/mdq/1.2/mdq/#element_DQ_EvaluationMethod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.