| 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
citationcitation: ISOCitation
abstractabstract: character
purposepurpose [0..1]: character
creditcredit [0..*]: character
statusstatus [0..*]: ISOProgress
pointOfContactpointOfContact [0..*]: ISOResponsibility
spatialRepresentationTypespatialRepresentationType [0..*]: ISOSpatialRepresentationType
spatialResolutionspatialResolution [0..*]: ISOResolution
temporalResolution[0..*]: ISOPeriodDuration
topicCategorytopicCategory [0..*]: ISOTopicCategory
extentextent [0..*]: ISOExtent (ISO 19139)
additionalDocumentationadditional documentation [0..*]: ISOCitation
processingLevelprocessing level [0..1]: ISOMetaIdentifier
resourceMaintenanceresourceMaintenance [0..*]: ISOMaintenanceInformation
graphicOverviewgraphicOverview [0..*]: ISOBrowseGraphic
resourceFormatresourceFormat [0..*]: ISOFormat
descriptiveKeywordsdescriptiveKeywords [0..*]: ISOKeywords (ISO 19139)
resourceSpecificUsageresourceSpecificUsage [0..*]: ISOUsage (ISO 19139)
resourceConstraintsresourceConstraints [0..*]: ISOLegalConstraints
aggregationInfoaggregationInfo [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())
xmlobject of class XMLInternalNode-class
defaultsdefaults list
setCitation()Set citation
ISOIdentification19115_3$setCitation(citation)
citationobject of class ISOCitation
setAbstract()Set abstract
ISOIdentification19115_3$setAbstract(abstract, locales = NULL)
abstractabstract
localeslist of localized abstracts. Default is NULL
setPurpose()Set purpose
ISOIdentification19115_3$setPurpose(purpose, locales = NULL)
purposepurpose
localeslist of localized texts. Default is NULL
addCredit()Adds credit
ISOIdentification19115_3$addCredit(credit, locales = NULL)
creditcredit
localeslist of localized texts. Default is NULL
TRUE if added, FALSE otherwise
delCredit()Deletes credit
ISOIdentification19115_3$delCredit(credit, locales = NULL)
creditcredit
localeslist of localized texts. Default is NULL
TRUE if deleted, FALSE otherwise
addStatus()Adds status
ISOIdentification19115_3$addStatus(status)
statusobject of class ISOProgress or any character among
values returned by ISOProgress$values()
TRUE if added, FALSE otherwise
delStatus()Deletes status
ISOIdentification19115_3$delStatus(status)
statusobject 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)
pointOfContactobject of class ISOResponsibility
TRUE if added, FALSE otherwise
delPointOfContact()Deletes point of contact
ISOIdentification19115_3$delPointOfContact(pointOfContact)
pointOfContactobject of class ISOResponsibility
TRUE if deleted, FALSE otherwise
addSpatialRepresentationType()Adds spatial representation type
ISOIdentification19115_3$addSpatialRepresentationType( spatialRepresentationType )
spatialRepresentationTypeobject 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 )
spatialRepresentationTypeobject 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)
resolutionobject of class ISOResolution or character
TRUE if added, FALSE otherwise
delSpatialResolution()Deletes spatial resolution
ISOIdentification19115_3$delSpatialResolution(resolution)
resolutionobject of class ISOResolution or character
TRUE if deleted, FALSE otherwise
addTemporalResolution()Adds temporal resolution
ISOIdentification19115_3$addTemporalResolution(resolution)
resolutionobject of class ISOPeriodDuration or character
TRUE if added, FALSE otherwise
delTemporalResolution()Deletes temporal resolution
ISOIdentification19115_3$delTemporalResolution(resolution)
resolutionobject of class ISOPeriodDuration or character
TRUE if deleted, FALSE otherwise
addTopicCategory()Adds topic category
ISOIdentification19115_3$addTopicCategory(topicCategory)
topicCategoryobject 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)
topicCategoryobject 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)
extentobject of class ISOExtent
TRUE if added, FALSE otherwise
delExtent()Deletes extent
ISOIdentification19115_3$delExtent(extent)
extentobject of class ISOExtent
TRUE if deleted, FALSE otherwise
addAdditionalDocumentation()Adds additional documentation
ISOIdentification19115_3$addAdditionalDocumentation(additionalDocumentation)
additionalDocumentationobject of class ISOCitation
TRUE if added, FALSE otherwise
delAdditionalDocumentation()Deletes additional documentation
ISOIdentification19115_3$delAdditionalDocumentation(additionalDocumentation)
additionalDocumentationobject of class ISOCitation
TRUE if deleted, FALSE otherwise
setProcessingLevel()Set processing level
ISOIdentification19115_3$setProcessingLevel(processingLevel)
processingLevelobject of class ISOMetaIdentifier or character
addResourceMaintenance()Adds resource maintenance
ISOIdentification19115_3$addResourceMaintenance(resourceMaintenance)
resourceMaintenanceobject of class ISOMaintenanceInformation
TRUE if added, FALSE otherwise
delResourceMaintenance()Deletes resource maintenance
ISOIdentification19115_3$delResourceMaintenance(resourceMaintenance)
resourceMaintenanceobject of class ISOMaintenanceInformation
TRUE if deleted, FALSE otherwise
addGraphicOverview()Adds graphic overview
ISOIdentification19115_3$addGraphicOverview(graphicOverview)
graphicOverviewobject of class ISOBrowseGraphic
TRUE if added, FALSE otherwise
delGraphicOverview()Deletes graphic overview
ISOIdentification19115_3$delGraphicOverview(graphicOverview)
graphicOverviewobject of class ISOBrowseGraphic
TRUE if deleted, FALSE otherwise
addFormat()Adds format
ISOIdentification19115_3$addFormat(format)
formatobject of class ISOFormat
TRUE if added, FALSE otherwise
delFormat()Deletes format
ISOIdentification19115_3$delFormat(format)
formatobject of class ISOFormat
TRUE if deleted, FALSE otherwise
addKeywords()Adds keywords
ISOIdentification19115_3$addKeywords(keywords)
keywordsobject of class ISOKeywords
TRUE if added, FALSE otherwise
delKeywords()Deletes keywords
ISOIdentification19115_3$delKeywords(keywords)
keywordsobject of class ISOKeywords
TRUE if deleted, FALSE otherwise
addResourceSpecificUsage()Adds resource specific usage
ISOIdentification19115_3$addResourceSpecificUsage(usage)
usageobject of class ISOUsage
TRUE if added, FALSE otherwise
delResourceSpecificUsage()Deletes resource specific usage
ISOIdentification19115_3$delResourceSpecificUsage(usage)
usageobject of class ISOUsage
TRUE if deleted, FALSE otherwise
addResourceConstraints()Adds resource constraints
ISOIdentification19115_3$addResourceConstraints(resourceConstraints)
resourceConstraintsobject of class ISOConstraints
TRUE if added, FALSE otherwise
delResourceConstraints()Deletes resource constraints
ISOIdentification19115_3$delResourceConstraints(resourceConstraints)
resourceConstraintsobject of class ISOConstraints
TRUE if deleted, FALSE otherwise
addAssociatedResource()Adds associated resource
ISOIdentification19115_3$addAssociatedResource(associatedResource)
associatedResourceobject of class ISOAssociatedResource
TRUE if added, FALSE otherwise
delAssociatedResource()Deletes associated resource
ISOIdentification19115_3$delAssociatedResource(associatedResource)
associatedResourceobject of class ISOAssociatedResource
TRUE if deleted, FALSE otherwise
clone()The objects of this class are cloneable with this method.
ISOIdentification19115_3$clone(deep = FALSE)
deepWhether 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.