Package | Description |
---|---|
org.geotools.metadata.iso.citation |
Citation implementation.
|
org.opengis.metadata.citation |
Citation and responsible party information.
|
Modifier and Type | Method and Description |
---|---|
Role |
ResponsiblePartyImpl.getRole()
Returns the function performed by the responsible party.
|
Modifier and Type | Method and Description |
---|---|
static ResponsibleParty |
ResponsiblePartyImpl.OGC(Role role,
OnLineFunction function,
URI onlineResource)
Creates a responsible party metadata entry for OGC involvement.
|
static ResponsibleParty |
ResponsiblePartyImpl.OGC(Role role,
OnLineResource resource)
Creates a responsible party metadata entry for OGC involvement.
|
void |
ResponsiblePartyImpl.setRole(Role newValue)
Set the function performed by the responsible party.
|
Constructor and Description |
---|
ResponsiblePartyImpl(Role role)
Constructs a responsability party with the given role.
|
Modifier and Type | Field and Description |
---|---|
static Role |
Role.AUTHOR
Party who authored the resource.
|
static Role |
Role.CUSTODIAN
Party that accepts accountability and responsibility for the data and ensures appropriate
care and maintenance of the resource.
|
static Role |
Role.DISTRIBUTOR
Party who distributes the resource.
|
static Role |
Role.ORIGINATOR
Party who created the resource.
|
static Role |
Role.OWNER
Party that owns the resource.
|
static Role |
Role.POINT_OF_CONTACT
Party who can be contacted for acquiring knowledge about or acquisition of the resource.
|
static Role |
Role.PRINCIPAL_INVESTIGATOR
Key party responsible for gathering information and conducting research.
|
static Role |
Role.PROCESSOR
Party who has processed the data in a manner such that the resource has been modified.
|
static Role |
Role.PUBLISHER
Party who published the resource.
|
static Role |
Role.RESOURCE_PROVIDER
Party that supplies the resource.
|
static Role |
Role.USER
Party who uses the resource.
|
Modifier and Type | Method and Description |
---|---|
Role[] |
Role.family()
Returns the list of enumerations of the same kind than this enum.
|
Role |
ResponsibleParty.getRole()
Function performed by the responsible party.
|
static Role |
Role.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 of
Role s. |
Modifier and Type | Method and Description |
---|---|
ResponsibleParty |
CitationFactory.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.
|
Copyright © 1996–2019 Geotools. All rights reserved.