MapLink Pro 11.1.2.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Loading...
Searching...
No Matches
TSLThreadedMapQuery Class Reference

Detailed Description

Thread safe version of TSLMapQuery. See the documentation for TSLMapQuery for more information.

Entities selected by the map query will remain valid until the TSLThreadedMapQuery is destroyed or the manager containing the pooled map data layer it was created from is destroyed.

Public Member Functions

void destroy ()
 Destroy this object.
 
const TSLEntityoperator[] (int index) const
 
int size () const
 Query the number of entities contained in the query.
 

Member Function Documentation

◆ destroy()

void TSLThreadedMapQuery::destroy ( )

Destroy this object.

◆ operator[]()

const TSLEntity * TSLThreadedMapQuery::operator[] ( int index) const

Query a particular TSLEntity.

Parameters
indexIndex into list of required TSLEntity
Returns
NULL if index is out of range, TSLEntity otherwise.

◆ size()

int TSLThreadedMapQuery::size ( ) const

Query the number of entities contained in the query.