![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class represents a single pick result from Surface3D::pickTracks, or other methods which return an earth::Track from a pick operation.
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 | |
Track * | track () const |
![]() | |
TSLPickResultEnum | queryType () const |
const char * | getDataLayer () const |
Static Public Member Functions | |
static const PickResultTrack * | isType (const TSLPickResult *result) |
|
static |
Checks to see if the pick result is of this type and if so, returns a pointer to the object of the correct type.
result | The pick result to query the type of. |
Track * envitia::maplink::earth::PickResultTrack::track | ( | ) | const |
Gets the track that was picked.