#include "TdkLayoutObjectFactory.h"
#include "peer/components/core/TdkObjectGID.h"
#include "peer/components/core/TdkMapLayoutObject.h"
#include "peer/components/core/TdkDetailLayoutObject.h"
#include "peer/components/core/TdkLegendLayoutObject.h"
#include "peer/components/core/TdkNorthLayoutObject.h"
#include "peer/components/core/TdkGraphicalScaleLayoutObject.h"
#include "peer/components/core/TdkImageLayoutObject.h"
#include "peer/components/core/TdkGeometricPointLayoutObject.h"
#include "peer/components/core/TdkGeometricLineLayoutObject.h"
#include "peer/components/core/TdkGeometricPolygonLayoutObject.h"
#include "peer/components/core/TdkGeometricTextLayoutObject.h"
#include "peer/components/core/TdkSetup.h"
#include "peer/components/core/styles/pointstyles/TdkPointStyle.h"
Functions | |
static TdkLayoutObject * | createMapLayoutObject (std::string name, TdkBlob *blob) |
static TdkLayoutObject * | createDetailLayoutObject (std::string name, TdkBlob *blob) |
static TdkLayoutObject * | createLegendLayoutObject (std::string name, TdkBlob *blob) |
static TdkLayoutObject * | createNorthLayoutObject (std::string name, TdkBlob *blob) |
static TdkLayoutObject * | createGraphicalScaleLayoutObject (std::string name, TdkBlob *blob) |
static TdkLayoutObject * | createImageLayoutObject (std::string name, TdkBlob *blob) |
static TdkLayoutObject * | createGeometricPointObject (std::string name, TdkBlob *blob) |
static TdkLayoutObject * | createGeometricLineObject (std::string name, TdkBlob *blob) |
static TdkLayoutObject * | createGeometricPolygonObject (std::string name, TdkBlob *blob) |
static TdkLayoutObject * | createGeometricTextObject (std::string name, TdkBlob *blob) |
static TdkLayoutObject* createDetailLayoutObject | ( | std::string | name, | |
TdkBlob * | blob | |||
) | [static] |
static TdkLayoutObject* createGeometricLineObject | ( | std::string | name, | |
TdkBlob * | blob | |||
) | [static] |
static TdkLayoutObject* createGeometricPointObject | ( | std::string | name, | |
TdkBlob * | blob | |||
) | [static] |
static TdkLayoutObject* createGeometricPolygonObject | ( | std::string | name, | |
TdkBlob * | blob | |||
) | [static] |
static TdkLayoutObject* createGeometricTextObject | ( | std::string | name, | |
TdkBlob * | blob | |||
) | [static] |
static TdkLayoutObject* createGraphicalScaleLayoutObject | ( | std::string | name, | |
TdkBlob * | blob | |||
) | [static] |
static TdkLayoutObject* createImageLayoutObject | ( | std::string | name, | |
TdkBlob * | blob | |||
) | [static] |
static TdkLayoutObject* createLegendLayoutObject | ( | std::string | name, | |
TdkBlob * | blob | |||
) | [static] |
static TdkLayoutObject* createMapLayoutObject | ( | std::string | name, | |
TdkBlob * | blob | |||
) | [static] |
static TdkLayoutObject* createNorthLayoutObject | ( | std::string | name, | |
TdkBlob * | blob | |||
) | [static] |