![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class represents a single record from a MEDIA.TXT file. A record contains information on a single exchange set provided by a data server and the media on which the exchange set may be located.
Public Member Functions | |
const char * | comment () const |
TSLTimeType | issueDate () const |
const char * | mediaLocation () const |
const char * | mediaSetNumber () const |
const char * | regionalInformation () const |
const char * TSLS63MediaRecord::comment | ( | ) | const |
Returns any comments contained within the record in the MEDIA.TXT for the exchange set. This field is optional and so may not be present. In this case this method will return NULL.
TSLTimeType TSLS63MediaRecord::issueDate | ( | ) | const |
Returns the date that the exchange set was issued in the form of number of seconds since 00:00:00 January 1 1970 UTC.
const char * TSLS63MediaRecord::mediaLocation | ( | ) | const |
Returns the location of the exchange set within the media set. This is in the form of [M]1-99;[B or U]1-99
Where M is a fixed character. B represents a base media exchange set. U represents an update media exchange set.
const char * TSLS63MediaRecord::mediaSetNumber | ( | ) | const |
Returns the machine-readable string that represents the location of the exchange set.
const char * TSLS63MediaRecord::regionalInformation | ( | ) | const |
Returns any regional information associated with the exchange set. This field is optional and may not be present. In this case this method will return NULL.