org.geotools.metadata.iso.content
Class ContentInformationImpl

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.content.ContentInformationImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.content.ContentInformation
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 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
ContentInformationImpl()
          Constructs an initially empty content information.
ContentInformationImpl(org.opengis.metadata.content.ContentInformation source)
          Constructs a metadata entity initialized with the value from the specified metadata.
 
Method Summary
 
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

ContentInformationImpl

public ContentInformationImpl()
Constructs an initially empty content information.


ContentInformationImpl

public ContentInformationImpl(org.opengis.metadata.content.ContentInformation source)
Constructs a metadata entity initialized with the value from the specified metadata.

Since:
2.4


Copyright © 1996-2010 Geotools. All Rights Reserved.