Aimsun Next Scripting
22
|
Public Member Functions | |
BasicImporterConfiguration () | |
const QString & | getBaseShapeFilePath () const |
void | setBaseShapeFilePath (const QString &value) |
GKLayer * | getGkLayer () const |
void | setGkLayer (GKLayer *value) |
bool | getCopyGISAttributesToObjects () const |
void | setCopyGISAttributesToObjects (bool value) |
const QString & | getSectionEIDGisColumn () const |
void | setSectionEIDGisColumn (const QString &value) |
const QString & | getSectionNameGisColumn () const |
void | setSectionNameGisColumn (const QString &value) |
GK::UnitSystem | getUnits () const |
void | setUnits (GK::UnitSystem value) |
const QString & | getCodecName () const |
void | setCodecName (const QString &value) |
const QString & | getWktCode () const |
void | setWktCode (const QString &value) |
Aimsun::GShape::BasicImporterConfiguration::BasicImporterConfiguration | ( | ) |
const QString & Aimsun::GShape::BasicImporterConfiguration::getBaseShapeFilePath | ( | ) | const |
The path for the base shape file.
const QString & Aimsun::GShape::BasicImporterConfiguration::getCodecName | ( | ) | const |
The Codec Name, by default ("System") gets the codec from the operating system. See Qt Class QTextCodec::name() documentation for more information.
bool Aimsun::GShape::BasicImporterConfiguration::getCopyGISAttributesToObjects | ( | ) | const |
True if the importer must the attributes of the GIS file at the Aimsun model.
GKLayer * Aimsun::GShape::BasicImporterConfiguration::getGkLayer | ( | ) | const |
The GKLayer where the imported objects will be created.
const QString & Aimsun::GShape::BasicImporterConfiguration::getSectionEIDGisColumn | ( | ) | const |
The GIS column name corresponding to the Aimsun GKObject::externalIdAtt Column.
const QString & Aimsun::GShape::BasicImporterConfiguration::getSectionNameGisColumn | ( | ) | const |
The GIS column name corresponding to the Aimsun GKObject::nameAtt Column.
GK::UnitSystem Aimsun::GShape::BasicImporterConfiguration::getUnits | ( | ) | const |
The Unit System, by default metric.
const QString & Aimsun::GShape::BasicImporterConfiguration::getWktCode | ( | ) | const |
The WKT Code used to import, by default (empty string) gets the code from the base GIS file.
void Aimsun::GShape::BasicImporterConfiguration::setBaseShapeFilePath | ( | const QString & | value | ) |
Sets the path for the base shape file.
void Aimsun::GShape::BasicImporterConfiguration::setCodecName | ( | const QString & | value | ) |
Sets the Codec Name, by default ("System") gets the codec from the operating system. See Qt Class QTextCodec::name() documentation for more information.
void Aimsun::GShape::BasicImporterConfiguration::setCopyGISAttributesToObjects | ( | bool | value | ) |
Sets if the importer must the attributes of the GIS file at the Aimsun model.
void Aimsun::GShape::BasicImporterConfiguration::setGkLayer | ( | GKLayer * | value | ) |
Sets the GKLayer where the imported objects will be created.
void Aimsun::GShape::BasicImporterConfiguration::setSectionEIDGisColumn | ( | const QString & | value | ) |
Sets the GIS column name corresponding to the Aimsun GKObject::externalIdAtt Column.
void Aimsun::GShape::BasicImporterConfiguration::setSectionNameGisColumn | ( | const QString & | value | ) |
Sets the GIS column name corresponding to the Aimsun GKObject::nameAtt Column.
void Aimsun::GShape::BasicImporterConfiguration::setUnits | ( | GK::UnitSystem | value | ) |
Sets the Unit System, by default metric.
void Aimsun::GShape::BasicImporterConfiguration::setWktCode | ( | const QString & | value | ) |
Sets the WKT Code used to import, by default (empty string) gets the code from the base GIS file.