#include "im.h"#include "im_binfile.h"#include "TdkDefaultGraphicalService.h"#include "peer/components/core/TdkTheme.h"#include "peer/components/core/TdkLayer.h"#include "peer/components/core/TdkViewTreeIterator.h"#include "peer/components/core/TdkImageRGB.h"#include "peer/components/core/TdkImageMap.h"#include "peer/components/core/TdkSetup.h"#include "peer/components/core/styles/TdkVisual.h"#include "peer/components/core/styles/linestyles/TdkLineStyle.h"#include "peer/components/core/styles/pointStyles/TdkPointStyleImage.h"#include "peer/components/core/styles/polygonstyles/TdkPolygonStyleImage.h"#include "peer/components/graphics/TdkMathMatrix.h"#include "peer/components/graphics/stylerenderers/linestylerenderers/TdkLineStyleBasicRenderer.h"#include "peer/components/graphics/stylerenderers/linestylerenderers/TdkLineStyleCompositeRenderer.h"#include "peer/components/graphics/stylerenderers/linestylerenderers/TdkLineStyleCustomDashesRenderer.h"#include "peer/components/graphics/stylerenderers/linestylerenderers/TdkLineStylePeriodicSymbolRenderer.h"#include "peer/components/graphics/stylerenderers/pointStyleRenderers/TdkPointStyleBasicRenderer.h"#include "peer/components/graphics/stylerenderers/pointStyleRenderers/TdkPointStyleBitmapRenderer.h"#include "peer/components/graphics/stylerenderers/pointStyleRenderers/TdkPointStyleCharRenderer.h"#include "peer/components/graphics/stylerenderers/pointStyleRenderers/TdkPointStyleCompositeRenderer.h"#include "peer/components/graphics/stylerenderers/pointStyleRenderers/TdkPointStyleImageRenderer.h"#include "peer/components/graphics/stylerenderers/textstylerenderers/TdkTextStyleBasicRenderer.h"#include "peer/components/graphics/stylerenderers/textstylerenderers/TdkTextStyleImageRenderer.h"#include "peer/components/graphics/stylerenderers/textstylerenderers/TdkTextStyleShadowedRenderer.h"#include "peer/components/graphics/stylerenderers/textstylerenderers/TdkTextStyleBitmapRenderer.h"#include "peer/components/graphics/stylerenderers/textstylerenderers/TdkTextStyleCompositeRenderer.h"#include "peer/components/graphics/stylerenderers/textstylerenderers/TdkTextStyleBlockRenderer.h"#include "peer/components/graphics/stylerenderers/textstylerenderers/TdkTextStyleShearRenderer.h"#include "peer/components/graphics/stylerenderers/textstylerenderers/TdkTextStyleHallowRenderer.h"#include "peer/components/graphics/stylerenderers/textstylerenderers/TdkTextStyleReflectedRenderer.h"#include "peer/components/graphics/stylerenderers/textstylerenderers/TdkTextStylePathRenderer.h"#include "peer/components/graphics/stylerenderers/polygonstylerenderers/TdkPolygonStyleBasicRenderer.h"#include "peer/components/graphics/stylerenderers/polygonstylerenderers/TdkPolygonStyleBitmapRenderer.h"#include "peer/components/graphics/stylerenderers/polygonstylerenderers/TdkPolygonStyleCompositeRenderer.h"#include "peer/components/graphics/stylerenderers/polygonstylerenderers/TdkPolygonStyleImageRenderer.h"#include "peer/components/utils/TdkTecUtils.h"#include "peer/services/TdkProcessingService.h"#include "peer/services/TdkPersistenceService.h"#include "TeDBConnectionsPool.h"#include "TeGeometryAlgorithms.h"#include "TeDatabase.h"#include "TeVectorRemap.h"#include "TeBox.h"Defines | |
| #define | LEGEND_THEME_HEIGHT 1.4 |
| #define | LEGEND_THEME_SYMB_WIDTH 2.0 |
| #define | LEGEND_LEGEND_SPACE 1.4 |
| #define | LEGEND_COLUMN_WIDTH 15.0 |
| #define LEGEND_COLUMN_WIDTH 15.0 |
| #define LEGEND_LEGEND_SPACE 1.4 |
| #define LEGEND_THEME_HEIGHT 1.4 |
| #define LEGEND_THEME_SYMB_WIDTH 2.0 |
1.5.2