@mapgear/geoapps > AnalysisResult
AnalysisResult class
Represents an analysis result within an Analysis
. The analysis result is the combined results from the analysis calculation
export declare class AnalysisResult
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)() | Constructs a new instance of the AnalysisResult class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
ComputeId | string | Id reference to analysis compute | |
ReportParameters | AnalysisResultParameter[] | Array of analysis result parameters | |
Title | string | Title of the analysis result |