Package org.geotools.metadata.iso
Class PortrayalCatalogueReferenceImpl
- Object
-
- AbstractMetadata
-
- ModifiableMetadata
-
- MetadataEntity
-
- PortrayalCatalogueReferenceImpl
-
- All Implemented Interfaces:
Serializable
,Cloneable
,PortrayalCatalogueReference
public class PortrayalCatalogueReferenceImpl extends MetadataEntity implements PortrayalCatalogueReference
Information identifying the portrayal catalogue used.- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class AbstractMetadata
LOGGER
-
-
Constructor Summary
Constructors Constructor Description PortrayalCatalogueReferenceImpl()
Construct an initially empty portrayal catalogue reference.PortrayalCatalogueReferenceImpl(Collection<Citation> portrayalCatalogueCitations)
Creates a portrayal catalogue reference initialized to the given values.PortrayalCatalogueReferenceImpl(PortrayalCatalogueReference source)
Constructs a metadata entity initialized with the values from the specified metadata.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Citation>
getPortrayalCatalogueCitations()
Bibliographic reference to the portrayal catalogue cited.void
setPortrayalCatalogueCitations(Collection<? extends Citation> newValues)
Set bibliographic reference to the portrayal catalogue cited.-
Methods inherited from class MetadataEntity
ensureNonNull, getStandard
-
Methods inherited from class ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
-
Methods inherited from class AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
-
-
-
-
Constructor Detail
-
PortrayalCatalogueReferenceImpl
public PortrayalCatalogueReferenceImpl()
Construct an initially empty portrayal catalogue reference.
-
PortrayalCatalogueReferenceImpl
public PortrayalCatalogueReferenceImpl(PortrayalCatalogueReference source)
Constructs a metadata entity initialized with the values from the specified metadata.- Since:
- 2.4
-
PortrayalCatalogueReferenceImpl
public PortrayalCatalogueReferenceImpl(Collection<Citation> portrayalCatalogueCitations)
Creates a portrayal catalogue reference initialized to the given values.
-
-
Method Detail
-
getPortrayalCatalogueCitations
public Collection<Citation> getPortrayalCatalogueCitations()
Bibliographic reference to the portrayal catalogue cited.- Specified by:
getPortrayalCatalogueCitations
in interfacePortrayalCatalogueReference
- Returns:
- References to the portrayal catalogue cited.
-
setPortrayalCatalogueCitations
public void setPortrayalCatalogueCitations(Collection<? extends Citation> newValues)
Set bibliographic reference to the portrayal catalogue cited.
-
-