![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class provides helper functions for automatic creation of building and property outlines.
Static Public Member Functions | |
static bool | createAutoTitlePolygons (const TSLMapDataLayer *mapLayer, const TSLAutoTitleData ¶meters, TSLAutoTitleProperty *properties, int numProperties, bool categorise) |
static bool | createAutoTitlePolygons (const TSLMapDataLayer *mapLayer, const TSLStandardDataLayer *additionalLayer, const TSLAutoTitleData ¶meters, TSLAutoTitleProperty *properties, int numProperties, bool categorise) |
|
static |
This method attempts to automatically create building and property outlines for the specified properties. In the following descriptions :
The basic algorithm used is as follows.
mapLayer | This is the map data layer from which to extract the edge data. |
parameters | This supplies configuration information to tune the algorithm performance. |
properties | This specifies an array of properties for which to generate outlines. The m_buildingOutline, m_propertyOutline and m_category members of the elements of this array are populated by this call. |
numProperties | This specifies the number of properties in the 'properties' array. |
categorise | This flag indicates whether the properties should be compared and categorised after creation. |
|
static |
This method attempts to automatically create building and property outlines for the specified properties. In the following descriptions :
The basic algorithm used is as follows.
mapLayer | This is the map data layer from which to extract the edge data. |
additionalLayer | This is a layer containing additional line to be used. |
parameters | This supplies configuration information to tune the algorithm performance. |
properties | This specifies an array of properties for which to generate outlines. The m_buildingOutline, m_propertyOutline and m_category members of the elements of this array are populated by this call. |
numProperties | This specifies the number of properties in the 'properties' array. |
categorise | This flag indicates whether the properties should be compared and categorised after creation. |