This package contains classes and interfaces used for an in-memory presentation of remote sensing data products.

The {@matbx.framework.datamodel.link Product} class plays a central role in this package and is used throughout the MERIS/(A)ATSR software in order represent data products of many different types.

Many of the classes in this package are superclasses of the {@link ProductNode}, which acts as a base class for all data and metadata items contained in a product. The inheritance hierarchy is as follows:

  • {@link ProductNode}
  • {@link MetadataElement}
  • {@link FlagCoding}
  • {@link DataNode}
  • {@link MetadataAttribute}
  • {@link RasterDataNode}
  • {@link TiePointGrid}
  • {@link Band}
  • {@link Product Product}
  • A strongly related package is {@link matbx.framework.dataio} which provides the data product I/O framework. @see matbx.framework.datamodel.Product @see matbx.framework.dataio