Aller au contenu

Message HrzProtocol.HeatmapVectorRepr

Defined in hrz/protocol/vector/heatmap_repr.proto.


disc_radius: HrzProtocol.FloatProperty

Controls the radius of the disc-shaped area where the feature contributes its value.


blur_size: float

Controls the size of the blur applied to each point, relative to the disc radius.


value: HrzProtocol.FloatProperty

Controls the value that will be contributed to the heatmap by the feature.


disc_radius_size_unit: HrzProtocol.InWorldSizeUnit

Indicates the unit of the disc_radius and blur_size properties.


accumulation: HrzProtocol.HeatmapAccumulationMode

How point values are accumulated for the final colorization.


numeric_palette: HrzProtocol.NumericPalette

Used to colorize the heatmap depending on the value of the points contributed by the different representations. WARNING: The number of color stops is limited to 32.


z_index: uint32

Used to set the rendering order of the heatmap in relation to the other flat overlay representations. Higher Z-indices are drawn above lower ones.