ENVISAT Product Reader API for C |
![]() |
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.
More...
#include <epr_api.h>
Data Fields | |
EPR_Magic | magic |
The magic number for this structure. More... | |
EPR_SProductId * | product_id |
The ID of the product to which this dataset belongs to. More... | |
char * | dsd_name |
The name as presented to the user in a dsd selection dialog. More... | |
const EPR_SDSD * | dsd |
The dataset descriptor obtained from the current product. More... | |
char * | dataset_name |
The name as presented to the user in a dataset selection dialog. More... | |
const struct RecordDescriptor * | record_descriptor |
The record descriptor found in the DDDB for this dataset. More... | |
EPR_SRecordInfo * | record_info |
The record info which describes a record of this dataset. More... | |
char * | description |
A short description of the band's contents. More... | |
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.
EPR_Magic EPR_DatasetId::magic |
The magic number for this structure.
IMPORTANT: This must always be the first member of this structure.
EPR_SProductId* EPR_DatasetId::product_id |
The ID of the product to which this dataset belongs to.
char* EPR_DatasetId::dsd_name |
The name as presented to the user in a dsd selection dialog.
const EPR_SDSD* EPR_DatasetId::dsd |
The dataset descriptor obtained from the current product.
char* EPR_DatasetId::dataset_name |
The name as presented to the user in a dataset selection dialog.
const struct RecordDescriptor* EPR_DatasetId::record_descriptor |
The record descriptor found in the DDDB for this dataset.
EPR_SRecordInfo* EPR_DatasetId::record_info |
The record info which describes a record of this dataset.
char* EPR_DatasetId::description |
A short description of the band's contents.
Generated on Sat Feb 23 2019 14:22:34
ENVISAT Product Reader C API
Written by
Brockmann Consult,
© 2002