Class MetadataContainer

java.lang.Object
noaa.coastwatch.util.MetadataContainer
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
DataVariable, EarthDataInfo, EarthTransform

public class MetadataContainer extends Object implements 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
  • Constructor Details

    • MetadataContainer

      public MetadataContainer()
  • Method Details

    • getMetadataMap

      public Map getMetadataMap()
      Gets the user metadata map.
    • clone

      public Object clone()
      Overrides:
      clone in class Object