- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- DataVariable, EarthDataInfo, EarthTransform
public class MetadataContainer
extends java.lang.Object
implements java.lang.Cloneable
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