Lidar layer display parameters. More...
#include <gre/lrlidar.h>

Classes | |
| class | DLG |
| Dialog for modifying vector layer display settings. More... | |
| class | POINTPARMS |
| Layer settings dialog, defined in <gre/uilidar.h>. More... | |
| class | TERRAINPARMS |
Public Types | |
| enum | RETURNSELECTION { RETURNSELECTION_None = 0, RETURNSELECTION_Single = 0x01, RETURNSELECTION_FirstOfMultiple = 0x02, RETURNSELECTION_LastOfMultiple = 0x04, RETURNSELECTION_Intermediate = 0x08, RETURNSELECTION_Other = 0x10, RETURNSELECTION_All = 0x1F } |
Public Member Functions | |
| DISPPARM (const DISPPARM &rhs) | |
| DISPPARM () | |
| virtual | ~DISPPARM () |
| const RVC::OBJECTNAME & | GetGeorefName () const |
| const RVC::OBJITEM & | GetObjItem () const |
| const RVC::OBJITEM & | GetObjItemStyle () const |
| const POINTPARMS & | GetPointParms () const |
| const TERRAINPARMS & | GetTerrainParms () const |
| bool | IsSingleLAS () const |
| DISPPARM & | operator= (const DISPPARM &rhs) |
| ERRVALUE | SetObject (const RVC::OBJITEM &objitem, bool keepsettings=false) |
Lidar layer display parameters.
Which returns are selected.
| GRE::LAYER_LIDAR::DISPPARM::DISPPARM | ( | ) |
Default constructor.
Reimplemented from GRE::LAYER::DISPPARM.
| GRE::LAYER_LIDAR::DISPPARM::DISPPARM | ( | const DISPPARM & | rhs | ) | [inline] |
| virtual GRE::LAYER_LIDAR::DISPPARM::~DISPPARM | ( | ) | [inline, virtual] |
Reimplemented from GRE::LAYER::DISPPARM.
| const RVC::OBJECTNAME& GRE::LAYER_LIDAR::DISPPARM::GetGeorefName | ( | ) | const [inline] |
Get name of georeference subobject used.
| const RVC::OBJITEM& GRE::LAYER_LIDAR::DISPPARM::GetObjItem | ( | ) | const [inline] |
Get object item.
| const RVC::OBJITEM& GRE::LAYER_LIDAR::DISPPARM::GetObjItemStyle | ( | ) | const [inline] |
Get object item for style.
| const POINTPARMS& GRE::LAYER_LIDAR::DISPPARM::GetPointParms | ( | ) | const [inline] |
Get point parameters.
| const TERRAINPARMS& GRE::LAYER_LIDAR::DISPPARM::GetTerrainParms | ( | ) | const [inline] |
Get terrain parameters.
| bool GRE::LAYER_LIDAR::DISPPARM::IsSingleLAS | ( | ) | const [inline] |
Determine if references a single LAS file instead of LAS dataset.
| ERRVALUE GRE::LAYER_LIDAR::DISPPARM::SetObject | ( | const RVC::OBJITEM & | objitem, | |
| bool | keepsettings = false | |||
| ) |
Set to use specified object.
| objitem | Object to set | |
| keepsettings | Retain current display settings |
1.6.1