Aller au contenu

Message HrzProtocol.VectorPickResult

Defined in hrz/protocol/identification/picking_result.proto.


feature_id: HrzProtocol.FeatureId

Picked feature ID.


feature_anchor: HrzProtocol.GeographicPosition

Position of the feature’s anchors (polygons = centroid, polylines = middle, points = position). Warning: for features split between multiple tiles or composed of multiple disjoint parts, the anchor may be different for each part of the feature.


ids: uint64``[]

Ids of the feature attributes. Same comment in RasterPickResult applies for feature attributes.


values: HrzProtocol.AttributeValue[]

Values of the feature attributes. The order of values corresponds to the order of ids. So they have the same length.


heatmaps: HrzProtocol.HeatmapPickResult[]