Uses of Class
com.luciad.format.metadata.model.citation.TLcdISO19115RoleCode
Package
Description
This package of datatypes provides a standardized method (CI_Citation) for citing a resource
(dataset, feature, source, publication, etc.), as well as information about the party responsible
(CI_ResponsibleParty) for a resource.
-
Uses of TLcdISO19115RoleCode in com.luciad.format.metadata.model.citation
Modifier and TypeFieldDescriptionstatic final TLcdISO19115RoleCode
TLcdISO19115RoleCode.AUTHOR
Party who authored the resource.static final TLcdISO19115RoleCode
TLcdISO19115RoleCode.CUSTODIAN
Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource.static final TLcdISO19115RoleCode
TLcdISO19115RoleCode.DISTRIBUTOR
Party who distributes the resource.static final TLcdISO19115RoleCode
TLcdISO19115RoleCode.ORIGINATOR
Party who created the resource.static final TLcdISO19115RoleCode
TLcdISO19115RoleCode.OWNER
Party that owns the resource.static final TLcdISO19115RoleCode
TLcdISO19115RoleCode.POINT_OF_CONTACT
Party who can be contacted for acquiring knowledge about or acquisition of the resource.static final TLcdISO19115RoleCode
TLcdISO19115RoleCode.PRINCIPAL_INVESTIGATOR
Key party responsible for gathering information and conducting research.static final TLcdISO19115RoleCode
TLcdISO19115RoleCode.PROCESSOR
Party who has processed the data in a manner such that the resource has been modified.static final TLcdISO19115RoleCode
TLcdISO19115RoleCode.PUBLISHER
Party who published the resource.static final TLcdISO19115RoleCode
TLcdISO19115RoleCode.RESOURCE_PROVIDER
Party that supplies the resource.static final TLcdISO19115RoleCode
TLcdISO19115RoleCode.USER
Party who uses the resource.Modifier and TypeMethodDescriptionTLcdISO19115ResponsibleParty.getRole()
Returns the role value contained in the value of theTLcdISO19115ResponsibleParty.ROLE_PROPERTY
property.Modifier and TypeMethodDescriptionstatic Map
<String, TLcdISO19115RoleCode> TLcdISO19115RoleCode.getWellKnownValues()
Returns a map containing all well known values of this class.Modifier and TypeMethodDescriptionvoid
TLcdISO19115ResponsibleParty.setRole
(TLcdISO19115RoleCode aValue) Sets the value of the property that maps to therole
element.