Package org.esa.beam.framework.datamodel

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

See: Description

Package org.esa.beam.framework.datamodel Description

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

The 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 ProductNode, which acts as a base class for all data and metadata items contained in a product. The inheritance hierarchy is as follows:

  • ProductNode
  • MetadataElement
  • FlagCoding
  • DataNode
  • MetadataAttribute
  • RasterDataNode
  • TiePointGrid
  • Band
  • Product
  • A strongly related package is org.esa.beam.framework.dataio which provides the data product I/O framework.

    See Also:
    Product, org.esa.beam.framework.dataio

    Copyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.