Uses of Class
com.luciad.format.metadata.model.citation.TLcdISO19115RoleCode
Packages that use 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
Fields in com.luciad.format.metadata.model.citation declared as TLcdISO19115RoleCodeModifier and TypeFieldDescriptionstatic final TLcdISO19115RoleCodeTLcdISO19115RoleCode.AUTHORParty who authored the resource.static final TLcdISO19115RoleCodeTLcdISO19115RoleCode.CUSTODIANParty that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource.static final TLcdISO19115RoleCodeTLcdISO19115RoleCode.DISTRIBUTORParty who distributes the resource.static final TLcdISO19115RoleCodeTLcdISO19115RoleCode.ORIGINATORParty who created the resource.static final TLcdISO19115RoleCodeTLcdISO19115RoleCode.OWNERParty that owns the resource.static final TLcdISO19115RoleCodeTLcdISO19115RoleCode.POINT_OF_CONTACTParty who can be contacted for acquiring knowledge about or acquisition of the resource.static final TLcdISO19115RoleCodeTLcdISO19115RoleCode.PRINCIPAL_INVESTIGATORKey party responsible for gathering information and conducting research.static final TLcdISO19115RoleCodeTLcdISO19115RoleCode.PROCESSORParty who has processed the data in a manner such that the resource has been modified.static final TLcdISO19115RoleCodeTLcdISO19115RoleCode.PUBLISHERParty who published the resource.static final TLcdISO19115RoleCodeTLcdISO19115RoleCode.RESOURCE_PROVIDERParty that supplies the resource.static final TLcdISO19115RoleCodeTLcdISO19115RoleCode.USERParty who uses the resource.Methods in com.luciad.format.metadata.model.citation that return TLcdISO19115RoleCodeModifier and TypeMethodDescriptionTLcdISO19115ResponsibleParty.getRole()Returns the role value contained in the value of theTLcdISO19115ResponsibleParty.ROLE_PROPERTYproperty.Methods in com.luciad.format.metadata.model.citation that return types with arguments of type TLcdISO19115RoleCodeModifier and TypeMethodDescriptionstatic Map<String, TLcdISO19115RoleCode> TLcdISO19115RoleCode.getWellKnownValues()Returns a map containing all well known values of this class.Methods in com.luciad.format.metadata.model.citation with parameters of type TLcdISO19115RoleCodeModifier and TypeMethodDescriptionvoidTLcdISO19115ResponsibleParty.setRole(TLcdISO19115RoleCode aValue) Sets the value of the property that maps to theroleelement.