Uses of Class
org.opengis.metadata.citation.Role
Packages that use Role
-
Uses of Role in org.opengis.metadata.citation
Fields in org.opengis.metadata.citation declared as RoleModifier and TypeFieldDescriptionstatic final RoleRole.AUTHORParty who authored the resource.static final RoleRole.CO_AUTHORParty who jointly authors the resource.static final RoleRole.COLLABORATORParty who assists with the generation of the resource other than the principal investigator.static final RoleRole.CONTRIBUTORParty contributing to the resource.static final RoleRole.CUSTODIANParty that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource.static final RoleRole.DISTRIBUTORParty who distributes the resource.static final RoleRole.EDITORParty who reviewed or modified the resource to improve the content.static final RoleRole.FUNDERParty providing monetary support for the resource.static final RoleRole.MEDIATORA class of entity that immediate access to the resource and for whom the resource is intended or useful.static final RoleRole.ORIGINATORParty who created the resource.static final RoleRole.OWNERParty that owns the resource.static final RoleRole.POINT_OF_CONTACTParty who can be contacted for acquiring knowledge about or acquisition of the resource.static final RoleKey party responsible for gathering information and conducting research.static final RoleRole.PROCESSORParty who has processed the data in a manner such that the resource has been modified.static final RoleRole.PUBLISHERParty who published the resource.static final RoleRole.RESOURCE_PROVIDERParty that supplies the resource.static final RoleRole.RIGHTS_HOLDERParty owning or managing rights over the resource.static final RoleRole.SPONSORParty who speaks for the resource.static final RoleRole.STAKEHOLDERParty who has an interest in the resource or the use of the resource.static final RoleRole.USERParty who uses the resource.Methods in org.opengis.metadata.citation that return RoleModifier and TypeMethodDescriptionRole[]Role.family()Returns the list of codes of the same kind as this code list element.Responsibility.getRole()Function performed by the responsible party.ResponsibleParty.getRole()Deprecated.Function performed by the responsible party.static RoleReturns the role that matches the given string, or returns a new one if none match it.static Role[]Role.values()Returns the list ofRoles.