Interface FeatureCatalogueDescription

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Collection<? extends Citation> getFeatureCatalogueCitations()
      Complete bibliographic reference to one or more external feature catalogues.
      java.util.Collection<? extends GenericName> getFeatureTypes()
      Subset of feature types from cited feature catalogue occurring in dataset.
      java.util.Collection<java.util.Locale> getLanguages()
      Language(s) used within the catalogue.
      java.lang.Boolean isCompliant()
      Indication of whether or not the cited feature catalogue complies with ISO 19110.
      boolean isIncludedWithDataset()
      Indication of whether or not the feature catalogue is included with the dataset.
    • Method Detail

      • isCompliant

        @UML(identifier="complianceCode",
             obligation=OPTIONAL,
             specification=ISO_19115)
        java.lang.Boolean isCompliant()
        Indication of whether or not the cited feature catalogue complies with ISO 19110. This value is optional, and therefore may be null.
        Returns:
        Whether or not the cited feature catalogue complies with ISO 19110, or null.
      • isIncludedWithDataset

        @UML(identifier="includedWithDataset",
             obligation=MANDATORY,
             specification=ISO_19115)
        boolean isIncludedWithDataset()
        Indication of whether or not the feature catalogue is included with the dataset.
        Returns:
        whether or not the feature catalogue is included with the dataset.
      • getFeatureCatalogueCitations

        @UML(identifier="featureCatalogueCitation",
             obligation=MANDATORY,
             specification=ISO_19115)
        java.util.Collection<? extends Citation> getFeatureCatalogueCitations()
        Complete bibliographic reference to one or more external feature catalogues.
        Returns:
        Bibliographic reference to one or more external feature catalogues.