org.geotools.metadata.iso
Class PortrayalCatalogueReferenceImpl
java.lang.Object
org.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.PortrayalCatalogueReferenceImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.PortrayalCatalogueReference
public class PortrayalCatalogueReferenceImpl
- extends MetadataEntity
- implements org.opengis.metadata.PortrayalCatalogueReference
Information identifying the portrayal catalogue used.
- Since:
- 2.1
- Version:
- $Id: PortrayalCatalogueReferenceImpl.java 31557 2008-09-19 20:02:35Z desruisseaux $
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
Constructor Summary |
PortrayalCatalogueReferenceImpl()
Construct an initially empty portrayal catalogue reference. |
PortrayalCatalogueReferenceImpl(java.util.Collection<org.opengis.metadata.citation.Citation> portrayalCatalogueCitations)
Creates a portrayal catalogue reference initialized to the given values. |
PortrayalCatalogueReferenceImpl(org.opengis.metadata.PortrayalCatalogueReference source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary |
java.util.Collection<org.opengis.metadata.citation.Citation> |
getPortrayalCatalogueCitations()
Bibliographic reference to the portrayal catalogue cited. |
void |
setPortrayalCatalogueCitations(java.util.Collection<? extends org.opengis.metadata.citation.Citation> newValues)
Set bibliographic reference to the portrayal catalogue cited. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
PortrayalCatalogueReferenceImpl
public PortrayalCatalogueReferenceImpl()
- Construct an initially empty portrayal catalogue reference.
PortrayalCatalogueReferenceImpl
public PortrayalCatalogueReferenceImpl(org.opengis.metadata.PortrayalCatalogueReference source)
- Constructs a metadata entity initialized with the values from the specified metadata.
- Since:
- 2.4
PortrayalCatalogueReferenceImpl
public PortrayalCatalogueReferenceImpl(java.util.Collection<org.opengis.metadata.citation.Citation> portrayalCatalogueCitations)
- Creates a portrayal catalogue reference initialized to the given values.
getPortrayalCatalogueCitations
public java.util.Collection<org.opengis.metadata.citation.Citation> getPortrayalCatalogueCitations()
- Bibliographic reference to the portrayal catalogue cited.
- Specified by:
getPortrayalCatalogueCitations
in interface org.opengis.metadata.PortrayalCatalogueReference
setPortrayalCatalogueCitations
public void setPortrayalCatalogueCitations(java.util.Collection<? extends org.opengis.metadata.citation.Citation> newValues)
- Set bibliographic reference to the portrayal catalogue cited.
Copyright © 1996-2010 Geotools. All Rights Reserved.