ISOIdentification19115_3 | R Documentation |
ISOIdentification19115_3
ISOIdentification19115_3
R6Class
object.
Object of R6Class
for modelling an ISO Identification in ISO 19115-3
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::ISOIdentification
-> ISOIdentification19115_3
citation
citation: ISOCitation
abstract
abstract: character
purpose
purpose [0..1]: character
credit
credit [0..*]: character
status
status [0..*]: ISOProgress
pointOfContact
pointOfContact [0..*]: ISOResponsibility
spatialRepresentationType
spatialRepresentationType [0..*]: ISOSpatialRepresentationType
spatialResolution
spatialResolution [0..*]: ISOResolution
temporalResolution
[0..*]: ISOPeriodDuration
topicCategory
topicCategory [0..*]: ISOTopicCategory
extent
extent [0..*]: ISOExtent (ISO 19139)
additionalDocumentation
additional documentation [0..*]: ISOCitation
processingLevel
processing level [0..1]: ISOMetaIdentifier
resourceMaintenance
resourceMaintenance [0..*]: ISOMaintenanceInformation
graphicOverview
graphicOverview [0..*]: ISOBrowseGraphic
resourceFormat
resourceFormat [0..*]: ISOFormat
descriptiveKeywords
descriptiveKeywords [0..*]: ISOKeywords (ISO 19139)
resourceSpecificUsage
resourceSpecificUsage [0..*]: ISOUsage (ISO 19139)
resourceConstraints
resourceConstraints [0..*]: ISOLegalConstraints
aggregationInfo
aggregationInfo [0..*]: ISOAggregateInformation
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
ISOIdentification19115_3$new(xml = NULL, defaults = list())
xml
object of class XMLInternalNode-class
defaults
defaults list
setCitation()
Set citation
ISOIdentification19115_3$setCitation(citation)
citation
object of class ISOCitation
setAbstract()
Set abstract
ISOIdentification19115_3$setAbstract(abstract, locales = NULL)
abstract
abstract
locales
list of localized abstracts. Default is NULL
setPurpose()
Set purpose
ISOIdentification19115_3$setPurpose(purpose, locales = NULL)
purpose
purpose
locales
list of localized texts. Default is NULL
addCredit()
Adds credit
ISOIdentification19115_3$addCredit(credit, locales = NULL)
credit
credit
locales
list of localized texts. Default is NULL
TRUE
if added, FALSE
otherwise
delCredit()
Deletes credit
ISOIdentification19115_3$delCredit(credit, locales = NULL)
credit
credit
locales
list of localized texts. Default is NULL
TRUE
if deleted, FALSE
otherwise
addStatus()
Adds status
ISOIdentification19115_3$addStatus(status)
status
object of class ISOProgress or any character among
values returned by ISOProgress$values()
TRUE
if added, FALSE
otherwise
delStatus()
Deletes status
ISOIdentification19115_3$delStatus(status)
status
object of class ISOProgress or any character among
values returned by ISOProgress$values()
TRUE
if deleted, FALSE
otherwise
addPointOfContact()
Adds point of contact
ISOIdentification19115_3$addPointOfContact(pointOfContact)
pointOfContact
object of class ISOResponsibility
TRUE
if added, FALSE
otherwise
delPointOfContact()
Deletes point of contact
ISOIdentification19115_3$delPointOfContact(pointOfContact)
pointOfContact
object of class ISOResponsibility
TRUE
if deleted, FALSE
otherwise
addSpatialRepresentationType()
Adds spatial representation type
ISOIdentification19115_3$addSpatialRepresentationType( spatialRepresentationType )
spatialRepresentationType
object of class ISOSpatialRepresentationType or
any character among values returned by ISOSpatialRepresentationType$values()
TRUE
if added, FALSE
otherwise
delSpatialRepresentationType()
Deletes spatial representation type
ISOIdentification19115_3$delSpatialRepresentationType( spatialRepresentationType )
spatialRepresentationType
object of class ISOSpatialRepresentationType or
any character among values returned by ISOSpatialRepresentationType$values()
TRUE
if deleted, FALSE
otherwise
addSpatialResolution()
Adds spatial resolution
ISOIdentification19115_3$addSpatialResolution(resolution)
resolution
object of class ISOResolution or character
TRUE
if added, FALSE
otherwise
delSpatialResolution()
Deletes spatial resolution
ISOIdentification19115_3$delSpatialResolution(resolution)
resolution
object of class ISOResolution or character
TRUE
if deleted, FALSE
otherwise
addTemporalResolution()
Adds temporal resolution
ISOIdentification19115_3$addTemporalResolution(resolution)
resolution
object of class ISOPeriodDuration or character
TRUE
if added, FALSE
otherwise
delTemporalResolution()
Deletes temporal resolution
ISOIdentification19115_3$delTemporalResolution(resolution)
resolution
object of class ISOPeriodDuration or character
TRUE
if deleted, FALSE
otherwise
addTopicCategory()
Adds topic category
ISOIdentification19115_3$addTopicCategory(topicCategory)
topicCategory
object of class ISOTopicCategory or any character
value among those returned by ISOTopicCategory$values()
TRUE
if added, FALSE
otherwise
delTopicCategory()
Deletes topic category
ISOIdentification19115_3$delTopicCategory(topicCategory)
topicCategory
object of class ISOTopicCategory or any character
value among those returned by ISOTopicCategory$values()
TRUE
if deleted, FALSE
otherwise
addExtent()
Adds extent
ISOIdentification19115_3$addExtent(extent)
extent
object of class ISOExtent
TRUE
if added, FALSE
otherwise
delExtent()
Deletes extent
ISOIdentification19115_3$delExtent(extent)
extent
object of class ISOExtent
TRUE
if deleted, FALSE
otherwise
addAdditionalDocumentation()
Adds additional documentation
ISOIdentification19115_3$addAdditionalDocumentation(additionalDocumentation)
additionalDocumentation
object of class ISOCitation
TRUE
if added, FALSE
otherwise
delAdditionalDocumentation()
Deletes additional documentation
ISOIdentification19115_3$delAdditionalDocumentation(additionalDocumentation)
additionalDocumentation
object of class ISOCitation
TRUE
if deleted, FALSE
otherwise
setProcessingLevel()
Set processing level
ISOIdentification19115_3$setProcessingLevel(processingLevel)
processingLevel
object of class ISOMetaIdentifier or character
addResourceMaintenance()
Adds resource maintenance
ISOIdentification19115_3$addResourceMaintenance(resourceMaintenance)
resourceMaintenance
object of class ISOMaintenanceInformation
TRUE
if added, FALSE
otherwise
delResourceMaintenance()
Deletes resource maintenance
ISOIdentification19115_3$delResourceMaintenance(resourceMaintenance)
resourceMaintenance
object of class ISOMaintenanceInformation
TRUE
if deleted, FALSE
otherwise
addGraphicOverview()
Adds graphic overview
ISOIdentification19115_3$addGraphicOverview(graphicOverview)
graphicOverview
object of class ISOBrowseGraphic
TRUE
if added, FALSE
otherwise
delGraphicOverview()
Deletes graphic overview
ISOIdentification19115_3$delGraphicOverview(graphicOverview)
graphicOverview
object of class ISOBrowseGraphic
TRUE
if deleted, FALSE
otherwise
addFormat()
Adds format
ISOIdentification19115_3$addFormat(format)
format
object of class ISOFormat
TRUE
if added, FALSE
otherwise
delFormat()
Deletes format
ISOIdentification19115_3$delFormat(format)
format
object of class ISOFormat
TRUE
if deleted, FALSE
otherwise
addKeywords()
Adds keywords
ISOIdentification19115_3$addKeywords(keywords)
keywords
object of class ISOKeywords
TRUE
if added, FALSE
otherwise
delKeywords()
Deletes keywords
ISOIdentification19115_3$delKeywords(keywords)
keywords
object of class ISOKeywords
TRUE
if deleted, FALSE
otherwise
addResourceSpecificUsage()
Adds resource specific usage
ISOIdentification19115_3$addResourceSpecificUsage(usage)
usage
object of class ISOUsage
TRUE
if added, FALSE
otherwise
delResourceSpecificUsage()
Deletes resource specific usage
ISOIdentification19115_3$delResourceSpecificUsage(usage)
usage
object of class ISOUsage
TRUE
if deleted, FALSE
otherwise
addResourceConstraints()
Adds resource constraints
ISOIdentification19115_3$addResourceConstraints(resourceConstraints)
resourceConstraints
object of class ISOConstraints
TRUE
if added, FALSE
otherwise
delResourceConstraints()
Deletes resource constraints
ISOIdentification19115_3$delResourceConstraints(resourceConstraints)
resourceConstraints
object of class ISOConstraints
TRUE
if deleted, FALSE
otherwise
addAssociatedResource()
Adds associated resource
ISOIdentification19115_3$addAssociatedResource(associatedResource)
associatedResource
object of class ISOAssociatedResource
TRUE
if added, FALSE
otherwise
delAssociatedResource()
Deletes associated resource
ISOIdentification19115_3$delAssociatedResource(associatedResource)
associatedResource
object of class ISOAssociatedResource
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOIdentification19115_3$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
- ISO 19115-3 https://schemas.isotc211.org/19115/-3/mri/1.0/mri/#element_AbstractMD_Identification
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.