SDTS_AL
|
#include <sdts_al.h>
Public Member Functions | |
const char * | GetEntryTypeDesc (int) |
const char * | GetEntryFilePath (int) |
SDTSLayerType | GetEntryType (int) |
Class for accessing the CATD (Catalog Directory) file containing a list of all other files (modules) in the transfer.
const char * SDTS_CATD::GetEntryFilePath | ( | int | iEntry | ) |
Fetch the full filename of the requested module.
iEntry | The module index within the CATD catalog. A number from zero to GetEntryCount()-1. |
SDTSLayerType SDTS_CATD::GetEntryType | ( | int | iEntry | ) |
Fetch the enumerated type of a module in the catalog.
iEntry | The module index within the CATD catalog. A number from zero to GetEntryCount()-1. |
Point-Node
. Line
. Attribute Primary
or Attribute Secondary
. Polygon
. const char * SDTS_CATD::GetEntryTypeDesc | ( | int | iEntry | ) |
Fetch the type description of a module in the catalog.
iEntry | The module index within the CATD catalog. A number from zero to GetEntryCount()-1. |