Class ContentInformationImpl
- Object
-
- AbstractMetadata
-
- ModifiableMetadata
-
- MetadataEntity
-
- 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
Constructors Constructor Description 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
-
-
-
-
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
-
-