![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class specifies the criteria by which the TSLDataLayer query algorithm determines which entities to find.
It is an abstract class, which requires clients to provide an implementation specific to their problem domain.
Public Member Functions | |
virtual TSLSelectorActionType | select (const TSLEntity *entity) |
virtual TSLSelectorActionType | select (const TSLEntity *entity, const TSLSelectorParams ¶ms) |
virtual | ~TSLSelector ()=0 |
|
inlinepure virtual |
Virtual destructor.
Class TSLSelector Class TSLSelector Additional Declarations
|
inlinevirtual |
This method should return the type of action required of the search algorithm based on the supplied entity.
NOTE : In earlier releases of MapLink, this method was const. This requirement has now been removed to allow derived classes to store data for use during the traversal of the entities.
Change in MapLink Pro 11.2. This overload was previously abstract. It is no longer abstract so that clients can choose which overload is needed. If wrap-around mode is enabled on your drawing surface, it is recommended that the overload with 2 arguments is implemented.
entity | the entity for the search |
|
inlinevirtual |
New in MapLink Pro 11.2.
This method should return the type of action required of the search algorithm based on the supplied entity.
An override of this virtual method overload is only required when your drawing surface has wrap-around enabled. The default implementation defers to the overload of this method that only takes a TSLEntity as an argument.
entity | the entity for the search |
params | Supplementary parameters, inlcuding the selectionExtent. |