Analysis class
Represents analysis that can be performed on the map
Signature:export declare class Analysis
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)() | Constructs a new instance of the Analysis class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
AnalysisId | string | Unique id of analysis | |
AnalysisLayerIds | string[] | Array of analysis layer id's | |
Computes | AnalysisCompute[] | Array of computes within the analysis | |
Parameters | AnalysisReportParameter[] | Array of report parameters within the analysis | |
ThemeMapAnalysisId | string | Id reference to thememap analysis | |
Title | string | Title of the analysis |