DK11 for Delphi | GisInterfaces.TGIS_LabelsAreaAbstract | Classes | Methods
Stub parent for TGIS_LabelsArea.
// Delphi type TGIS_LabelsAreaAbstract = class( TGIS_Object ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_LabelsAreaAbstract : public TGIS_Object { };
→ TObject → TGIS_Object
Name | Visibility | Description | |
---|---|---|---|
AddDuplicated | public | Add a given label to a duplicated list. | |
Allocate | public | Reserve extent for label in Label Area Allocator. | |
AllocateEx | public | Reserve extent for a 4 node polygon in the Label Area Allocator. | |
FindShape | public | Find a shape uid related with label close to a point. | |
IsAny | public | Check if there is any label for particular shape already allocated. | |
IsDuplicated | public | Test if a given label was already allocated. | |
Reset | public | Free all reserved areas. | |