Package org.opengis.metadata.citation

Type for citing a resource and information about the responsible party. The resource can be a dataset, feature, source, publication, etc. The responsible party contains the identity of person(s), and/or position, and/or organization(s) associated with the resource. The address contains the location of the responsible person or organization.

Metadata object are described in the OpenGIS® Metadata (Topic 11) specification. The following table shows the class hierarchy, together with a partial view of aggregation hierarchy:

Package overview
Class hierarchy Aggregation hierarchy
 ISO 19115 object
  ├─ Citation
  ├─ CitationDate
  ├─ Responsibility
  ├─ Party «abstract»
  │   ├─ Individual
  │   └─ Organisation
  ├─ Contact
  ├─ Telephone
  ├─ Address
  ├─ OnlineResource
  └─ Series
 CodeList
  ├─ DateType
  ├─ OnLineFunction
  ├─ PresentationForm
  └─ Role
 Citation
  ├─ CitationDate
  │   └─ DateType «code list»
  ├─ Responsibility
  │   ├─ Party «abstract»
  │   │   └─ Contact
  │   │       ├─ Telephone
  │   │       ├─ Address
  │   │       └─ OnlineResource
  │   │           └─ OnLineFunction «code list»
  │   └─ Role «code list»
  ├─ PresentationForm «code list»
  └─ Series
Since:
1.0