Package org.opengis.metadata
Interface PortrayalCatalogueReference
-
@UML(identifier="MD_PortrayalCatalogueReference", specification=ISO_19115) public interface PortrayalCatalogueReference
Information identifying the portrayal catalogue used.- Since:
- 2.0
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<? extends Citation>
getPortrayalCatalogueCitations()
Bibliographic reference to the portrayal catalogue cited.
-
-
-
Method Detail
-
getPortrayalCatalogueCitations
@UML(identifier="portrayalCatalogueCitation", obligation=MANDATORY, specification=ISO_19115) java.util.Collection<? extends Citation> getPortrayalCatalogueCitations()
Bibliographic reference to the portrayal catalogue cited.- Returns:
- References to the portrayal catalogue cited.
-
-