| ISOAbstractDataEvaluation | R Documentation |
ISOAbstractDataEvaluation
ISOAbstractDataEvaluation
R6Class object.
Object of R6Class for modelling an ISO abstract data evaluation
geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOAbstractDataEvaluation
dateTimedateTime
evaluationMethodDescriptionevaluationMethodDescription
evaluationProcedureevaluationProcedure
referenceDocreferenceDoc
evaluationMethodTypeevaluationMethodType
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
ISOAbstractDataEvaluation$new(xml = NULL)
xmlobject of class XMLInternalNode-class
setDateTime()Set date time
ISOAbstractDataEvaluation$setDateTime(dateTime)
dateTimedateTime object of class ISOBaseDateTime
setEvaluationMethodDescription()Set evaluation method description
ISOAbstractDataEvaluation$setEvaluationMethodDescription( description, locales = NULL )
descriptiondescription
localeslist of localized descriptions. Default is NULL
setEvaluationProcedure()Set evaluation procedure
ISOAbstractDataEvaluation$setEvaluationProcedure(procedure)
procedureprocedure, object of class ISOCitation
addReferenceDoc()Adds reference doc
ISOAbstractDataEvaluation$addReferenceDoc(referenceDoc)
referenceDocobject of class ISOCitation
TRUE if added, FALSE otherwise
delReferenceDoc()Deletes reference doc
ISOAbstractDataEvaluation$delReferenceDoc(referenceDoc)
referenceDocobject of class ISOCitation
TRUE if deleted, FALSE otherwise
setEvaluationMethodType()Set evaluation method type
ISOAbstractDataEvaluation$setEvaluationMethodType(type)
typeobject of class ISOEvaluationMethodType or any character value
from those returned by ISOEvaluationMethodType$values()
clone()The objects of this class are cloneable with this method.
ISOAbstractDataEvaluation$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
- ISO 19115-3 https://schemas.isotc211.org/19157/-/mdq/1.2/mdq/#element_AbstractDQ_DataEvaluation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.