Public Attributes

EPR_DatasetId Struct Reference

#include <epr_api.h>

Collaboration diagram for EPR_DatasetId:
Collaboration graph
[legend]

List of all members.

Public Attributes

EPR_Magic magic
EPR_SProductIdproduct_id
char * dsd_name
const EPR_SDSDdsd
char * dataset_name
struct RecordDescriptorrecord_descriptor
EPR_SRecordInforecord_info
char * description

Detailed Description

The EPR_DatasetId structure contains information about a dataset within an ENVISAT product file which has been opened with the epr_open_product() API function.

A new EPR_DatasetId instance can be obtained with the epr_get_dataset_id() or epr_get_dataset_id_at() API functions.

See also:
epr_open_product
epr_get_dataset_id
epr_get_dataset_id_at

Member Data Documentation

The name as presented to the user in a dataset selection dialog

A short description of the band's contents

The dataset descriptor obtained from the current product.

The name as presented to the user in a dsd selection dialog

The magic number for this structure. IMPORTANT: This must always be the first member of this structure.

The ID of the product to which this dataset belongs to.

The record descriptor found in the DDDB for this dataset.

The record info which describes a record of this dataset.


The documentation for this struct was generated from the following file: