org.geotools.metadata.iso.identification
Class IdentificationImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by IdentificationImpl
All Implemented Interfaces:
Serializable, Cloneable, Identification
Direct Known Subclasses:
DataIdentificationImpl, ServiceIdentificationImpl

public class IdentificationImpl
extends MetadataEntity
implements Identification

Basic information required to uniquely identify a resource or resources.

Since:
2.1
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form
Module:

Field Summary
 
Fields inherited from class AbstractMetadata
LOGGER
 
Constructor Summary
IdentificationImpl()
          Constructs an initially empty identification.
IdentificationImpl(Citation citation, InternationalString abstracts)
          Creates an identification initialized to the specified values.
IdentificationImpl(Identification source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 InternationalString getAbstract()
          Brief narrative summary of the content of the resource(s).
 Collection<AggregateInformation> getAggregationInfo()
          Provides aggregate dataset information.
 Citation getCitation()
          Citation data for the resource(s).
 Collection<String> getCredits()
          Recognition of those who contributed to the resource(s).
 Collection<Keywords> getDescriptiveKeywords()
          Provides category keywords, their type, and reference source.
 Collection<BrowseGraphic> getGraphicOverviews()
          Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).
 Collection<ResponsibleParty> getPointOfContacts()
          Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).
 InternationalString getPurpose()
          Summary of the intentions with which the resource(s) was developed.
 Collection<Constraints> getResourceConstraints()
          Provides information about constraints which apply to the resource(s).
 Collection<Format> getResourceFormat()
          Provides a description of the format of the resource(s).
 Collection<MaintenanceInformation> getResourceMaintenance()
          Provides information about the frequency of resource updates, and the scope of those updates.
 Collection<Usage> getResourceSpecificUsages()
          Provides basic information about specific application(s) for which the resource(s) has/have been or is being used by different users.
 Collection<Progress> getStatus()
          Status of the resource(s).
 void setAbstract(InternationalString newValue)
          Set a brief narrative summary of the content of the resource(s).
 void setAggregationInfo(Collection<? extends AggregateInformation> newValues)
          Sets aggregate dataset information.
 void setCitation(Citation newValue)
          Set the citation data for the resource(s).
 void setCredits(Collection<? extends String> newValues)
          Set a recognition of those who contributed to the resource(s).
 void setDescriptiveKeywords(Collection<? extends Keywords> newValues)
          Set category keywords, their type, and reference source.
 void setGraphicOverviews(Collection<? extends BrowseGraphic> newValues)
          Set a graphic that illustrates the resource(s).
 void setPointOfContacts(Collection<? extends ResponsibleParty> newValues)
          Set the point of contacts.
 void setPurpose(InternationalString newValue)
          Set a summary of the intentions with which the resource(s) was developed.
 void setResourceConstraints(Collection<? extends Constraints> newValues)
          Set information about constraints which apply to the resource(s).
 void setResourceFormat(Collection<? extends Format> newValues)
          Set a description of the format of the resource(s).
 void setResourceMaintenance(Collection<? extends MaintenanceInformation> newValues)
          Set information about the frequency of resource updates, and the scope of those updates.
 void setResourceSpecificUsages(Collection<? extends Usage> newValues)
          Set basic information about specific application(s).
 void setStatus(Collection<? extends Progress> newValues)
          Set the status of the resource(s).
 
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
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentificationImpl

public IdentificationImpl()
Constructs an initially empty identification.


IdentificationImpl

public IdentificationImpl(Identification source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4

IdentificationImpl

public IdentificationImpl(Citation citation,
                          InternationalString abstracts)
Creates an identification initialized to the specified values.

Method Detail

getCitation

public Citation getCitation()
Citation data for the resource(s).

Specified by:
getCitation in interface Identification

setCitation

public void setCitation(Citation newValue)
Set the citation data for the resource(s).


getAbstract

public InternationalString getAbstract()
Brief narrative summary of the content of the resource(s).

Specified by:
getAbstract in interface Identification

setAbstract

public void setAbstract(InternationalString newValue)
Set a brief narrative summary of the content of the resource(s).


getPurpose

public InternationalString getPurpose()
Summary of the intentions with which the resource(s) was developed.

Specified by:
getPurpose in interface Identification

setPurpose

public void setPurpose(InternationalString newValue)
Set a summary of the intentions with which the resource(s) was developed.


getCredits

public Collection<String> getCredits()
Recognition of those who contributed to the resource(s).

Specified by:
getCredits in interface Identification

setCredits

public void setCredits(Collection<? extends String> newValues)
Set a recognition of those who contributed to the resource(s).


getStatus

public Collection<Progress> getStatus()
Status of the resource(s).

Specified by:
getStatus in interface Identification

setStatus

public void setStatus(Collection<? extends Progress> newValues)
Set the status of the resource(s).


getPointOfContacts

public Collection<ResponsibleParty> getPointOfContacts()
Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).

Specified by:
getPointOfContacts in interface Identification

setPointOfContacts

public void setPointOfContacts(Collection<? extends ResponsibleParty> newValues)
Set the point of contacts.


getResourceMaintenance

public Collection<MaintenanceInformation> getResourceMaintenance()
Provides information about the frequency of resource updates, and the scope of those updates.

Specified by:
getResourceMaintenance in interface Identification

setResourceMaintenance

public void setResourceMaintenance(Collection<? extends MaintenanceInformation> newValues)
Set information about the frequency of resource updates, and the scope of those updates.


getGraphicOverviews

public Collection<BrowseGraphic> getGraphicOverviews()
Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).

Specified by:
getGraphicOverviews in interface Identification

setGraphicOverviews

public void setGraphicOverviews(Collection<? extends BrowseGraphic> newValues)
Set a graphic that illustrates the resource(s).


getResourceFormat

public Collection<Format> getResourceFormat()
Provides a description of the format of the resource(s).

Specified by:
getResourceFormat in interface Identification

setResourceFormat

public void setResourceFormat(Collection<? extends Format> newValues)
Set a description of the format of the resource(s).


getDescriptiveKeywords

public Collection<Keywords> getDescriptiveKeywords()
Provides category keywords, their type, and reference source.

Specified by:
getDescriptiveKeywords in interface Identification

setDescriptiveKeywords

public void setDescriptiveKeywords(Collection<? extends Keywords> newValues)
Set category keywords, their type, and reference source.


getResourceSpecificUsages

public Collection<Usage> getResourceSpecificUsages()
Provides basic information about specific application(s) for which the resource(s) has/have been or is being used by different users.

Specified by:
getResourceSpecificUsages in interface Identification

setResourceSpecificUsages

public void setResourceSpecificUsages(Collection<? extends Usage> newValues)
Set basic information about specific application(s).


getResourceConstraints

public Collection<Constraints> getResourceConstraints()
Provides information about constraints which apply to the resource(s).

Specified by:
getResourceConstraints in interface Identification

setResourceConstraints

public void setResourceConstraints(Collection<? extends Constraints> newValues)
Set information about constraints which apply to the resource(s).


getAggregationInfo

public Collection<AggregateInformation> getAggregationInfo()
Provides aggregate dataset information.

Specified by:
getAggregationInfo in interface Identification
Since:
2.4

setAggregationInfo

public void setAggregationInfo(Collection<? extends AggregateInformation> newValues)
Sets aggregate dataset information.

Since:
2.4


Copyright © 1996-2009 Geotools. All Rights Reserved.