@UML(identifier="MD_PortrayalCatalogueReference",
specification=ISO_19115)
public interface PortrayalCatalogueReference
Information identifying the portrayal catalogue used.
The portrayal catalogue describes how the resource can be rendered for human visualisation.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionCollection
<? extends Citation> Bibliographic reference to the portrayal catalogue cited.
-
Method Details
-
getPortrayalCatalogueCitations
@UML(identifier="portrayalCatalogueCitation", obligation=MANDATORY, specification=ISO_19115) Collection<? extends Citation> getPortrayalCatalogueCitations()Bibliographic reference to the portrayal catalogue cited.- Returns:
- references to the portrayal catalogue cited.
-