#include "TeDBConnectionsPool.h"
#include "TdkGeographicObject.h"
#include "TeDatabase.h"
#include "TdkDatabaseException.h"
#include "TdkDatabasePortalException.h"
#include "TdkTecGAlg.h"
#include "TdkObjectFactory.h"
#include "TdkObjectTypePersistenceManager.h"
#include "TdkPersistenceService.h"
#include "TdkTecUtils.h"
#include "TdkInterceptorManager.h"
#include "TdkDisplay.h"
#include "TdkVisual.h"
#include "TdkSetup.h"
#include "shapefil.h"
#include "TeSTEFunctionsSHP.h"
#include "TeImportExport.h"
#include "TeSTInstance.h"
#include "TeSTElementSet.h"
#include "TeSTEFunctionsDB.h"
#include "TeQuerierParams.h"
#include "TeQuerier.h"
#include "TeComputeAttributeStrategies.h"
Functions | |
int | getPropertyIdx (TeSTInstance &object, std::string &name) |
void | selectAttributesToLoad_ (vector< string > &attrsLoaded, vector< string > &attrsToLoad) |
int | setInteger (TeSTInstance &object, std::string &attr_name, int value) |
int | setReal (TeSTInstance &object, std::string attr_name, double value) |
int | setString (TeSTInstance &object, std::string attr_name, std::string value) |
int | setAttr (TeSTInstance &object, std::string attr_name, std::string value) |
int getPropertyIdx | ( | TeSTInstance & | object, | |
std::string & | name | |||
) |
void selectAttributesToLoad_ | ( | vector< string > & | attrsLoaded, | |
vector< string > & | attrsToLoad | |||
) |
int setAttr | ( | TeSTInstance & | object, | |
std::string | attr_name, | |||
std::string | value | |||
) |
int setInteger | ( | TeSTInstance & | object, | |
std::string & | attr_name, | |||
int | value | |||
) |
int setReal | ( | TeSTInstance & | object, | |
std::string | attr_name, | |||
double | value | |||
) |
int setString | ( | TeSTInstance & | object, | |
std::string | attr_name, | |||
std::string | value | |||
) |