| ISODataQualityAbstractElement {geometa} | R Documentation |
ISODataQualityAbstractElement
Description
ISODataQualityAbstractElement
ISODataQualityAbstractElement
Format
R6Class object.
Value
Object of R6Class for modelling an ISODataQualityAbstractElement
Super classes
geometa::geometaLogger -> geometa::ISOAbstractObject -> ISODataQualityAbstractElement
Public fields
nameOfMeasurenameOfMeasure [0..*]: character
measureIdentificationmeasureIdentification [0..1]: ISOMetaIdentifier
measureDescriptionmeasureDescription [0..1]: character
evaluationMethodTypeevaluationMethodType [0..1]: ISOEvaluationMethodType
evaluationMethodDescriptionevaluationMethodDescription [0..1]: character
evaluationProcedureevaluationProcedure [0..1]: ISOCitation
dateTimedateTime [0..1]: ISODateTime
resultresult [1..2]: ISOConformanceResult
Methods
Public methods
Inherited methods
geometa::geometaLogger$ERROR()geometa::geometaLogger$INFO()geometa::geometaLogger$WARN()geometa::ISOAbstractObject$addFieldAttrs()geometa::ISOAbstractObject$addListElement()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$validate()geometa::ISOAbstractObject$wrapBaseElement()
Method new()
Initializes object
Usage
ISODataQualityAbstractElement$new(xml = NULL)
Arguments
xmlobject of class XMLInternalNode-class
Method addNameOfMeasure()
Adds name of measure
Usage
ISODataQualityAbstractElement$addNameOfMeasure(name, locales = NULL)
Arguments
namename
localeslist of localized names. Default is
NULL
Returns
TRUE if added, FALSE
Method delNameOfMeasure()
Deletes name of measure
Usage
ISODataQualityAbstractElement$delNameOfMeasure(name, locales = NULL)
Arguments
namename
localeslist of localized names. Default is
NULL
Returns
TRUE if deleted, FALSE
Method setMeasureIdentification()
Set measure identification
Usage
ISODataQualityAbstractElement$setMeasureIdentification(identification)
Arguments
identificationobject of class ISOMetaIdentifier
Method setMeasureDescription()
Set measure description
Usage
ISODataQualityAbstractElement$setMeasureDescription( description, locales = NULL )
Arguments
descriptionobject of class character
localeslist of localized descriptions. Default is
NULL
Method setEvaluationMethodType()
Set evaluation method type
Usage
ISODataQualityAbstractElement$setEvaluationMethodType(type)
Arguments
typeobject of class ISOEvaluationMethodType or any character value from those returned by
ISOEvaluationMethodType$values()
Method setEvaluationMethodDescription()
Set evaluation method description
Usage
ISODataQualityAbstractElement$setEvaluationMethodDescription( description, locales = NULL )
Arguments
descriptiondescription
localeslist of localized descriptions. Default is
NULL
Method setEvaluationProcedure()
Set evaluation procedure
Usage
ISODataQualityAbstractElement$setEvaluationProcedure(procedure)
Arguments
procedureprocedure, object of class ISOCitation
Method setDateTime()
Set date time
Usage
ISODataQualityAbstractElement$setDateTime(dateTime)
Arguments
dateTimedate time, object of class POSIXct
Method addResult()
Adds result
Usage
ISODataQualityAbstractElement$addResult(result)
Arguments
resultobject of class ISOConformanceResult
Returns
TRUE if added, FALSE otherwise
Method delResult()
Deletes result
Usage
ISODataQualityAbstractElement$delResult(result)
Arguments
resultobject of class ISOConformanceResult
Returns
TRUE if deleted, FALSE otherwise
Method clone()
The objects of this class are cloneable with this method.
Usage
ISODataQualityAbstractElement$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
References
ISO 19115:2003 - Geographic information – Metadata