Aimsun Next Scripting
22
|
Public Member Functions | |
ImporterInterface () | |
void | setGkModel (GKModel *value) |
void | setImporterConfiguration (Aimsun::GShape::BasicImporterConfiguration *value) |
void | setImporterConfigurationFromXMLFile (const QString &xmlFileName) |
void | doImport () |
bool | error () const |
const QString & | getErrorMessage () const |
Aimsun::GShape::ImporterInterface::ImporterInterface | ( | ) |
void Aimsun::GShape::ImporterInterface::doImport | ( | ) |
bool Aimsun::GShape::ImporterInterface::error | ( | ) | const |
True if there was any error in the last call.
const QString & Aimsun::GShape::ImporterInterface::getErrorMessage | ( | ) | const |
Get the error message of the last call if any.
void Aimsun::GShape::ImporterInterface::setGkModel | ( | GKModel * | value | ) |
Set the GKModel where the GIS information will be imported.
void Aimsun::GShape::ImporterInterface::setImporterConfiguration | ( | Aimsun::GShape::BasicImporterConfiguration * | value | ) |
Set the GIS importer configuration.
void Aimsun::GShape::ImporterInterface::setImporterConfigurationFromXMLFile | ( | const QString & | xmlFileName | ) |
Read the XML file with the GIS importer configuration and set it. The XML file name format is: "<base_shape_file_name_with_extension>_aimsun.xml". This call can produce errors when: