| ISOScopeDescription | R Documentation |
ISOScopeDescription
ISOScopeDescription
R6Class object.
Object of R6Class for modelling an ISO ScopeDescription
geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOScopeDescription
attributesattributes [1..*]
featuresfeatures [1..*]
featureInstancesfeatureInstances [1..*]
attributeInstancesattributeInstances [1..*]
datasetdataset
otherother
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
ISOScopeDescription$new(xml = NULL)
xmlobject of class XMLInternalNode-class
addAttribute()Adds attribute
ISOScopeDescription$addAttribute(attribute)
attributeattribute
TRUE if added, FALSE otherwise
delAttribute()Deletes attribute
ISOScopeDescription$delAttribute(attribute)
attributeattribute
TRUE if deleted, FALSE otherwise
addAttributeInstance()Adds attribute instance
ISOScopeDescription$addAttributeInstance(attributeInstance)
attributeInstanceattribute instance
TRUE if added, FALSE otherwise
delAttributeInstance()Deletes attribute instance
ISOScopeDescription$delAttributeInstance(attributeInstance)
attributeInstanceattribute instance
TRUE if deleted, FALSE otherwise
addFeatureInstance()Adds feature instance
ISOScopeDescription$addFeatureInstance(featureInstance)
featureInstancefeature instance
TRUE if added, FALSE otherwise
delFeatureInstance()Deletes feature instance
ISOScopeDescription$delFeatureInstance(featureInstance)
featureInstancefeature instance
TRUE if deleted, FALSE otherwise
setDataset()Set dataset
ISOScopeDescription$setDataset(dataset)
datasetdataset
setOther()Set other
ISOScopeDescription$setOther(other)
otherother
clone()The objects of this class are cloneable with this method.
ISOScopeDescription$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_MD_ScopeDescription
- ISO 19115-3 https://schemas.isotc211.org/19115/-3/mcc/1.0/mcc/#element_MD_ScopeDescription
md <- ISOScopeDescription$new()
xml <- md$encode()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.