Package noaa.coastwatch.util
Class MetadataContainer
java.lang.Object
noaa.coastwatch.util.MetadataContainer
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
DataVariable
,EarthDataInfo
,EarthTransform
The
MetadataContainer
class is designed to be extended
by other classes that need to hold user metadata in the form of a
mapping from attribute name to attribute value. The metadata map
is available to the user using a get method. This is an
alternative to extending an existing java.util.Map
implementing class.- Since:
- 3.1.8
- Author:
- Peter Hollemans
-
Constructor Summary
-
Method Summary