ISOIdentification | R Documentation |
ISOIdentification
ISOIdentification
R6Class
object.
Object of R6Class
for modelling an ISO Identification
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOIdentification
citation
citation: ISOCitation
abstract
abstract: character
purpose
purpose [0..1]: character
credit
credit [0..*]: character
status
status [0..*]: ISOStatus
pointOfContact
pointOfContact [0..*]: ISOResponsibleParty
resourceMaintenance
resourceMaintenance [0..*]: ISOMaintenanceInformation
graphicOverview
graphicOverview [0..*]: ISOBrowseGraphic
resourceFormat
resourceFormat [0..*]: ISOFormat
descriptiveKeywords
descriptiveKeywords [0..*]: ISOKeywords
resourceConstraints
resourceConstraints [0..*]: ISOLegalConstraints
resourceSpecificUsage
resourceSpecificUsage [0..*]: MD_Usage (ISOUsage - to implement)
aggregationInfo
aggregationInfo [0..*]: ISOAggregateInformation
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()
new()
Initializes object
ISOIdentification$new(xml = NULL, defaults = list())
xml
object of class XMLInternalNode-class
defaults
defaults list
setCitation()
Set citation
ISOIdentification$setCitation(citation)
citation
object of class ISOCitation
setAbstract()
Set abstract
ISOIdentification$setAbstract(abstract, locales = NULL)
abstract
abstract
locales
list of localized abstracts. Default is NULL
setPurpose()
Set purpose
ISOIdentification$setPurpose(purpose, locales = NULL)
purpose
purpose
locales
list of localized texts. Default is NULL
addCredit()
Adds credit
ISOIdentification$addCredit(credit, locales = NULL)
credit
credit
locales
list of localized texts. Default is NULL
TRUE
if added, FALSE
otherwise
delCredit()
Deletes credit
ISOIdentification$delCredit(credit, locales = NULL)
credit
credit
locales
list of localized texts. Default is NULL
TRUE
if deleted, FALSE
otherwise
addStatus()
Adds status
ISOIdentification$addStatus(status)
status
object of class ISOStatus or any character among
values returned by ISOStatus$values()
TRUE
if added, FALSE
otherwise
delStatus()
Deletes status
ISOIdentification$delStatus(status)
status
object of class ISOStatus or any character among
values returned by ISOStatus$values()
TRUE
if deleted, FALSE
otherwise
addPointOfContact()
Adds point of contact
ISOIdentification$addPointOfContact(pointOfContact)
pointOfContact
object of class ISOResponsibleParty
TRUE
if added, FALSE
otherwise
delPointOfContact()
Deletes point of contact
ISOIdentification$delPointOfContact(pointOfContact)
pointOfContact
object of class ISOResponsibleParty
TRUE
if deleted, FALSE
otherwise
addResourceMaintenance()
Adds resource maintenance
ISOIdentification$addResourceMaintenance(resourceMaintenance)
resourceMaintenance
object of class ISOMaintenanceInformation
TRUE
if added, FALSE
otherwise
setResourceMaintenance()
Set resource maintenance
ISOIdentification$setResourceMaintenance(resourceMaintenance)
resourceMaintenance
object of class ISOMaintenanceInformation
TRUE
if set, FALSE
otherwise
delResourceMaintenance()
Deletes resource maintenance
ISOIdentification$delResourceMaintenance(resourceMaintenance)
resourceMaintenance
object of class ISOMaintenanceInformation
TRUE
if deleted, FALSE
otherwise
addGraphicOverview()
Adds graphic overview
ISOIdentification$addGraphicOverview(graphicOverview)
graphicOverview
object of class ISOBrowseGraphic
TRUE
if added, FALSE
otherwise
setGraphicOverview()
Sets graphic overview
ISOIdentification$setGraphicOverview(graphicOverview)
graphicOverview
object of class ISOBrowseGraphic
TRUE
if set, FALSE
otherwise
delGraphicOverview()
Deletes graphic overview
ISOIdentification$delGraphicOverview(graphicOverview)
graphicOverview
object of class ISOBrowseGraphic
TRUE
if deleted, FALSE
otherwise
addFormat()
Adds format
ISOIdentification$addFormat(format)
format
object of class ISOFormat
TRUE
if added, FALSE
otherwise
delFormat()
Deletes format
ISOIdentification$delFormat(format)
format
object of class ISOFormat
TRUE
if deleted, FALSE
otherwise
addKeywords()
Adds keywords
ISOIdentification$addKeywords(keywords)
keywords
object of class ISOKeywords
TRUE
if added, FALSE
otherwise
setKeywords()
Set keywords
ISOIdentification$setKeywords(keywords)
keywords
object of class ISOKeywords
TRUE
if set, FALSE
otherwise
delKeywords()
Deletes keywords
ISOIdentification$delKeywords(keywords)
keywords
object of class ISOKeywords
TRUE
if deleted, FALSE
otherwise
addResourceConstraints()
Adds resource constraints
ISOIdentification$addResourceConstraints(resourceConstraints)
resourceConstraints
object of class ISOConstraints
TRUE
if added, FALSE
otherwise
setResourceConstraints()
Sets resource constraints
ISOIdentification$setResourceConstraints(resourceConstraints)
resourceConstraints
object of class ISOConstraints
TRUE
if set, FALSE
otherwise
delResourceConstraints()
Deletes resource constraints
ISOIdentification$delResourceConstraints(resourceConstraints)
resourceConstraints
object of class ISOConstraints
TRUE
if deleted, FALSE
otherwise
addAggregateInformation()
Adds aggregate information
ISOIdentification$addAggregateInformation(aggregateInfo)
aggregateInfo
object of class ISOAggregateInformation
TRUE
if added, FALSE
otherwise
delAggregateInformation()
Deletes aggregate information
ISOIdentification$delAggregateInformation(aggregateInfo)
aggregateInfo
object of class ISOAggregateInformation
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOIdentification$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115:2003 - Geographic information – Metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.