org.geotools.metadata.iso.identification
Class IdentificationImpl

java.lang.Object
  extended by org.geotools.metadata.AbstractMetadata
      extended by org.geotools.metadata.ModifiableMetadata
          extended by org.geotools.metadata.iso.MetadataEntity
              extended by org.geotools.metadata.iso.identification.IdentificationImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.identification.Identification
Direct Known Subclasses:
DataIdentificationImpl, ServiceIdentificationImpl

public class IdentificationImpl
extends MetadataEntity
implements org.opengis.metadata.identification.Identification

Basic information required to uniquely identify a resource or resources.

Since:
2.1
Version:
$Id: IdentificationImpl.java 31557 2008-09-19 20:02:35Z desruisseaux $
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form

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

Constructor Detail

IdentificationImpl

public IdentificationImpl()
Constructs an initially empty identification.


IdentificationImpl

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

Since:
2.4

IdentificationImpl

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

Method Detail

getCitation

public org.opengis.metadata.citation.Citation getCitation()
Citation data for the resource(s).

Specified by:
getCitation in interface org.opengis.metadata.identification.Identification

setCitation

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


getAbstract

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

Specified by:
getAbstract in interface org.opengis.metadata.identification.Identification

setAbstract

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


getPurpose

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

Specified by:
getPurpose in interface org.opengis.metadata.identification.Identification

setPurpose

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


getCredits

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

Specified by:
getCredits in interface org.opengis.metadata.identification.Identification

setCredits

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


getStatus

public java.util.Collection<org.opengis.metadata.identification.Progress> getStatus()
Status of the resource(s).

Specified by:
getStatus in interface org.opengis.metadata.identification.Identification

setStatus

public void setStatus(java.util.Collection<? extends org.opengis.metadata.identification.Progress> newValues)
Set the status of the resource(s).


getPointOfContacts

public java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> getPointOfContacts()
Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).

Specified by:
getPointOfContacts in interface org.opengis.metadata.identification.Identification

setPointOfContacts

public void setPointOfContacts(java.util.Collection<? extends org.opengis.metadata.citation.ResponsibleParty> newValues)
Set the point of contacts.


getResourceMaintenance

public java.util.Collection<org.opengis.metadata.maintenance.MaintenanceInformation> getResourceMaintenance()
Provides information about the frequency of resource updates, and the scope of those updates.

Specified by:
getResourceMaintenance in interface org.opengis.metadata.identification.Identification

setResourceMaintenance

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


getGraphicOverviews

public java.util.Collection<org.opengis.metadata.identification.BrowseGraphic> getGraphicOverviews()
Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).

Specified by:
getGraphicOverviews in interface org.opengis.metadata.identification.Identification

setGraphicOverviews

public void setGraphicOverviews(java.util.Collection<? extends org.opengis.metadata.identification.BrowseGraphic> newValues)
Set a graphic that illustrates the resource(s).


getResourceFormat

public java.util.Collection<org.opengis.metadata.distribution.Format> getResourceFormat()
Provides a description of the format of the resource(s).

Specified by:
getResourceFormat in interface org.opengis.metadata.identification.Identification

setResourceFormat

public void setResourceFormat(java.util.Collection<? extends org.opengis.metadata.distribution.Format> newValues)
Set a description of the format of the resource(s).


getDescriptiveKeywords

public java.util.Collection<org.opengis.metadata.identification.Keywords> getDescriptiveKeywords()
Provides category keywords, their type, and reference source.

Specified by:
getDescriptiveKeywords in interface org.opengis.metadata.identification.Identification

setDescriptiveKeywords

public void setDescriptiveKeywords(java.util.Collection<? extends org.opengis.metadata.identification.Keywords> newValues)
Set category keywords, their type, and reference source.


getResourceSpecificUsages

public java.util.Collection<org.opengis.metadata.identification.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 org.opengis.metadata.identification.Identification

setResourceSpecificUsages

public void setResourceSpecificUsages(java.util.Collection<? extends org.opengis.metadata.identification.Usage> newValues)
Set basic information about specific application(s).


getResourceConstraints

public java.util.Collection<org.opengis.metadata.constraint.Constraints> getResourceConstraints()
Provides information about constraints which apply to the resource(s).

Specified by:
getResourceConstraints in interface org.opengis.metadata.identification.Identification

setResourceConstraints

public void setResourceConstraints(java.util.Collection<? extends org.opengis.metadata.constraint.Constraints> newValues)
Set information about constraints which apply to the resource(s).


getAggregationInfo

public java.util.Collection<org.opengis.metadata.identification.AggregateInformation> getAggregationInfo()
Provides aggregate dataset information.

Specified by:
getAggregationInfo in interface org.opengis.metadata.identification.Identification
Since:
2.4

setAggregationInfo

public void setAggregationInfo(java.util.Collection<? extends org.opengis.metadata.identification.AggregateInformation> newValues)
Sets aggregate dataset information.

Since:
2.4


Copyright © 1996-2010 Geotools. All Rights Reserved.