org.geotools.metadata.iso.content
Class ContentInformationImpl

java.lang.Object
  extended byorg.geotools.metadata.iso.MetadataEntity
      extended byorg.geotools.metadata.iso.content.ContentInformationImpl
All Implemented Interfaces:
java.lang.Cloneable, org.opengis.metadata.content.ContentInformation, java.io.Serializable
Direct Known Subclasses:
CoverageDescriptionImpl, FeatureCatalogueDescriptionImpl, FeatureCatalogueDescriptionImpl

public class ContentInformationImpl
extends MetadataEntity
implements org.opengis.metadata.content.ContentInformation

Description of the content of a dataset.

Since:
2.1
Version:
$Id: ContentInformationImpl.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux, Toura?vane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.iso.MetadataEntity
LOGGER
 
Constructor Summary
ContentInformationImpl()
          Constructs an initially empty content information.
 
Method Summary
 boolean equals(java.lang.Object object)
          Compare this content information with the specified object for equality.
 int hashCode()
          Returns a hash code value for this content information.
 
Methods inherited from class org.geotools.metadata.iso.MetadataEntity
appendLineSeparator, checkWritePermission, copyCollection, freeze, isModifiable, nonNullCollection, unmodifiable, unmodifiable
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentInformationImpl

public ContentInformationImpl()
Constructs an initially empty content information.

Method Detail

equals

public boolean equals(java.lang.Object object)
Compare this content information with the specified object for equality.


hashCode

public int hashCode()
Returns a hash code value for this content information.



Copyright © GeoTools. All Rights Reserved.