![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|

This class represents a single result from a pick method call on a Drawing Surface.
It may not be created or destroyed by the user.
The results may be invalided by the next draw call to the Drawing Surface.
Public Member Functions | |
| TSLSatellite * | getSatellite () const |
Public Member Functions inherited from TSLPickResult | |
| TSLPickResultEnum | queryType () const |
| const char * | getDataLayer () const |
| const TSLEnvelope & | pickExtent () const |
Static Public Member Functions | |
| static const TSLPickResultSatellite * | isType (const TSLPickResult *result) |
| TSLSatellite * TSLPickResultSatellite::getSatellite | ( | ) | const |
Gets the entity that was picked.
None.
| Return | value |
Entity.
|
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.
| result | Result to query type of. |