Uses of Class
org.geotools.api.metadata.citation.Role
-
Packages that use Role Package Description org.geotools.api.metadata.citation Citation and responsible party information.org.geotools.metadata.iso.citation Citation implementation. -
-
Uses of Role in org.geotools.api.metadata.citation
Fields in org.geotools.api.metadata.citation declared as Role Modifier and Type Field Description static RoleRole. AUTHORParty who authored the resource.static RoleRole. CUSTODIANParty that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource.static RoleRole. DISTRIBUTORParty who distributes the resource.static RoleRole. ORIGINATORParty who created the resource.static RoleRole. OWNERParty that owns the resource.static RoleRole. POINT_OF_CONTACTParty who can be contacted for acquiring knowledge about or acquisition of the resource.static RoleRole. PRINCIPAL_INVESTIGATORKey party responsible for gathering information and conducting research.static RoleRole. PROCESSORParty who has processed the data in a manner such that the resource has been modified.static RoleRole. PUBLISHERParty who published the resource.static RoleRole. RESOURCE_PROVIDERParty that supplies the resource.static RoleRole. USERParty who uses the resource.Methods in org.geotools.api.metadata.citation that return Role Modifier and Type Method Description Role[]Role. family()Returns the list of enumerations of the same kind than this enum.RoleResponsibleParty. getRole()Function performed by the responsible party.static RoleRole. valueOf(String code)Returns the role that matches the given string, or returns a new one if none match it.static Role[]Role. values()Returns the list ofRoles.Methods in org.geotools.api.metadata.citation with parameters of type Role Modifier and Type Method Description ResponsiblePartyCitationFactory. createResponsibleParty(String individualName, InternationalString organisationName, InternationalString positionName, Contact contactInfo, Role role)Identification of, and means of communication with, person(s) and organizations associated with the dataset. -
Uses of Role in org.geotools.metadata.iso.citation
Methods in org.geotools.metadata.iso.citation that return Role Modifier and Type Method Description RoleResponsiblePartyImpl. getRole()Returns the function performed by the responsible party.Methods in org.geotools.metadata.iso.citation with parameters of type Role Modifier and Type Method Description static ResponsiblePartyResponsiblePartyImpl. OGC(Role role, OnLineFunction function, URI onlineResource)Creates a responsible party metadata entry for OGC involvement.static ResponsiblePartyResponsiblePartyImpl. OGC(Role role, OnLineResource resource)Creates a responsible party metadata entry for OGC involvement.voidResponsiblePartyImpl. setRole(Role newValue)Set the function performed by the responsible party.Constructors in org.geotools.metadata.iso.citation with parameters of type Role Constructor Description ResponsiblePartyImpl(Role role)Constructs a responsible party with the given role.
-