Class DataIdentification

All Implemented Interfaces:
Serializable, Emptiable, LenientComparable, IdentifiedObject, org.opengis.metadata.identification.DataIdentification, org.opengis.metadata.identification.Identification

public class DataIdentification extends DefaultDataIdentification
AFNOR extension to ISO DataIdentification. This extension adds a getRelatedCitations() property citing the documents that specify the constraints. In the 2013 revision of ISO 19115, this property is available as AbstractIdentification.getAdditionalDocumentations().

The following schema fragment specifies the expected content contained within this class.

Since:
0.4
Version:
0.4
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For serialization purpose.
      See Also:
    • relatedCitations

      private Collection<org.opengis.metadata.citation.Citation> relatedCitations
      The documents at the origin of the creation of the identified resources.
  • Constructor Details

    • DataIdentification

      public DataIdentification()
      Constructs an initially empty data identification.
    • DataIdentification

      public DataIdentification(org.opengis.metadata.identification.DataIdentification object)
      Constructs an instance initialized to a copy of the given object. This constructor does not copy the FRA-specific properties.
      Parameters:
      object - the metadata to copy values from, or null if none.
  • Method Details

    • getRelatedCitations

      public Collection<org.opengis.metadata.citation.Citation> getRelatedCitations()
      Returns the documents at the origin of the creation of the identified resources.
      Returns:
      citations to the current documents.
    • setRelatedCitations

      public void setRelatedCitations(Collection<? extends org.opengis.metadata.citation.Citation> newValues)
      Sets the documents at the origin of the creation of the identified resources.
      Parameters:
      newValues - citation to the new documents.