![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class specifies how the viewshed output should be visualised. More...
This class specifies how the viewshed output should be visualised.
Public Types | |
enum | TypeEnum { VisualisationTypeVisibility } |
The type of a visualisation. More... | |
Public Member Functions | |
virtual TypeEnum | type ()=0 |
Get the type of the Visualisation. | |
virtual Visualisation * | clone () const =0 |
Clone the Visualisation object. | |
virtual | ~Visualisation () |
Destructor. | |
Protected Member Functions | |
Visualisation () | |
Visualisation (const Visualisation &other) | |
TSLViewShedDataLayer::Visualisation & | operator= (const Visualisation &other) |
bool | operator== (const Visualisation &other) const |
The type of a visualisation.
Enumerator | |
---|---|
VisualisationTypeVisibility | The visualisation is a TSLViewShedDataLayer::VisualisationVisibility. |
|
virtual |
Destructor.
|
protected |
|
protected |
|
pure virtual |
Clone the Visualisation object.
Implemented in TSLViewShedDataLayer::VisualisationVisibility.
|
protected |
|
protected |
|
pure virtual |
Get the type of the Visualisation.
Implemented in TSLViewShedDataLayer::VisualisationVisibility.