org.geotools.metadata.iso.content
Class ContentInformationImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by ContentInformationImpl
All Implemented Interfaces:
Serializable, Cloneable, ContentInformation
Direct Known Subclasses:
CoverageDescriptionImpl, FeatureCatalogueDescriptionImpl, FeatureCatalogueDescriptionImpl

public class ContentInformationImpl
extends MetadataEntity
implements ContentInformation

Description of the content of a dataset.

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

Field Summary
 
Fields inherited from class AbstractMetadata
LOGGER
 
Constructor Summary
ContentInformationImpl()
          Constructs an initially empty content information.
ContentInformationImpl(ContentInformation source)
          Constructs a metadata entity initialized with the value from the specified metadata.
 
Method Summary
 
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

ContentInformationImpl

public ContentInformationImpl()
Constructs an initially empty content information.


ContentInformationImpl

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

Since:
2.4


Copyright © 1996-2014 Geotools. All Rights Reserved.