@mapgear/geoapps > AnalysisCompute
AnalysisCompute class
Represents an analysis compute within an Analysis
. The analysis compute is used to calculate a certain portion of the analysis
export declare class AnalysisCompute
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
AnalysisComputeId | string | Unique id of analysis compute | |
Enabled | boolean | Whether the analysis compute is enabled | |
SelectedGeometry | string[] | Selected geometry in geojson | |
Title | string | Title of analysis compute |