| ISODataQualityAbstractElement | R Documentation | 
ISODataQualityAbstractElement
ISODataQualityAbstractElement
R6Class object.
Object of R6Class for modelling an ISODataQualityAbstractElement
geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOAbstractQualityElement -> ISODataQualityAbstractElement
standaloneQualityReportDetailsstandaloneQualityReportDetails [0..1]: character (=> 19115-3)
nameOfMeasurenameOfMeasure [0..*]: character (=> 19139)
measureIdentificationmeasureIdentification [0..1]: ISOMetaIdentifier (=> 19139)
measureDescriptionmeasureDescription [0..1]: character (=> 19139)
measuremeasure [0..1]: ISOMeasureReference (=> 19115-3)
evaluationMethodTypeevaluationMethodType [0..1]: ISOEvaluationMethodType (=> 19139)
evaluationMethodDescriptionevaluationMethodDescription [0..1]: character (=> 19139)
evaluationProcedureevaluationProcedure [0..1]: ISOCitation (=> 19139)
evaluationMethodevaluationMethod [0..1]: ISOEvaluationMethod (=> 19115-3)
dateTimedateTime [0..1]: ISODateTime (=> 19139)
resultresult [1..2]: ISOAbstractResult
derivedElementderivedElement [0..*]: ISODataQualityAbstractElement (=> 19115-3)
ISODataQualityAbstractElement$setStandaloneQualityReportDetails()
ISODataQualityAbstractElement$setEvaluationMethodDescription()
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
ISODataQualityAbstractElement$new(xml = NULL)
xmlobject of class XMLInternalNode-class
setStandaloneQualityReportDetails()Set Standalone quality report details
ISODataQualityAbstractElement$setStandaloneQualityReportDetails(details)
detailsobject of class character
addNameOfMeasure()Adds name of measure
ISODataQualityAbstractElement$addNameOfMeasure(name, locales = NULL)
namename
localeslist of localized names. Default is NULL
TRUE if added, FALSE
delNameOfMeasure()Deletes name of measure
ISODataQualityAbstractElement$delNameOfMeasure(name, locales = NULL)
namename
localeslist of localized names. Default is NULL
TRUE if deleted, FALSE
setMeasureIdentification()Set measure identification
ISODataQualityAbstractElement$setMeasureIdentification(identification)
identificationobject of class ISOMetaIdentifier
setMeasure()Set measure
ISODataQualityAbstractElement$setMeasure(measure)
measureobject of class ISOMeasureReference
setMeasureDescription()Set measure description
ISODataQualityAbstractElement$setMeasureDescription( description, locales = NULL )
descriptionobject of class character
localeslist of localized descriptions. Default is NULL
setEvaluationMethodType()Set evaluation method type
ISODataQualityAbstractElement$setEvaluationMethodType(type)
typeobject of class ISOEvaluationMethodType or any character value
from those returned by ISOEvaluationMethodType$values()
setEvaluationMethodDescription()Set evaluation method description
ISODataQualityAbstractElement$setEvaluationMethodDescription( description, locales = NULL )
descriptiondescription
localeslist of localized descriptions. Default is NULL
setEvaluationProcedure()Set evaluation procedure
ISODataQualityAbstractElement$setEvaluationProcedure(procedure)
procedureprocedure, object of class ISOCitation
setEvaluationMethod()Set evaluation method
ISODataQualityAbstractElement$setEvaluationMethod(evaluationMethod)
evaluationMethodobject of class ISOEvaluationMethod
setDateTime()Set date time
ISODataQualityAbstractElement$setDateTime(dateTime)
dateTimedate time, object of class POSIXct
addResult()Adds result
ISODataQualityAbstractElement$addResult(result)
resultobject of class ISOAbstractResult
TRUE if added, FALSE otherwise
delResult()Deletes result
ISODataQualityAbstractElement$delResult(result)
resultobject of class ISOAbstractResult
TRUE if deleted, FALSE otherwise
addDerivedElement()Adds derived element
ISODataQualityAbstractElement$addDerivedElement(element)
elementobject of class ISODataQualityAbstractElement
TRUE if added, FALSE otherwise
delDerivedElement()Deletes derived element
ISODataQualityAbstractElement$delDerivedElement(element)
elementobject of class ISODataQualityAbstractElement
TRUE if deleted, FALSE otherwise
clone()The objects of this class are cloneable with this method.
ISODataQualityAbstractElement$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
- ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_AbstractDQ_Element
- ISO 19115-3 https://schemas.isotc211.org/19157/-/mdq/1.2/mdq/#element_AbstractDQ_Element
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.