MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLPickResultDisplayObject Class Reference
Inheritance diagram for TSLPickResultDisplayObject:

Public Member Functions

TSLDisplayObjectgetDisplayObject () const
 
- Public Member Functions inherited from TSLPickResult
TSLPickResultEnum queryType () const
 
const char * getDataLayer () const
 

Static Public Member Functions

static const TSLPickResultDisplayObjectisType (const TSLPickResult *result)
 

Member Function Documentation

◆ getDisplayObject()

TSLDisplayObject * TSLPickResultDisplayObject::getDisplayObject ( ) const

Gets the display object that was picked.

None.

Parameters
Returnvalue

The Display Object.

◆ isType()

static const TSLPickResultDisplayObject * TSLPickResultDisplayObject::isType ( const TSLPickResult * result)
static

Checks to see if the pick result if of this type and if so, returns a pointer to the object of the correct type.

Parameters
resultResult to query type of.
Returns
a pointer to the result of the correct type or NULL if the result is not of this type.