Skip navigation links

Package org.esa.snap.core.datamodel

Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products.

See: Description

Package org.esa.snap.core.datamodel Description

Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products.

The Product class plays a central role in SNAP this package and is used throughout the SNAP 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 of the abstract ProductNode is as follows:

Product instances are composed as follows: MetadataElement instances are composed as follows:

Products and RasterDataNodes can have an associated GeoCoding allowing them to geo-locate raster pixel positions with geographic positions and vice versa. There are various possible GeoCoding implementations which all derive from AbstractGeoCoding:

There are various places in the SNAP API that provide utility functions that deal the above mentioned classes and interfaces.

A strongly related packages are org.esa.snap.core.dataio which provides the data product I/O framework and org.esa.snap.core.gpf which is graph processing framework GPF used for developing and executing raster data operators and graphs of such operators.

Skip navigation links

Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.