Aller au contenu

Message HrzProtocol.InMemoryVectorFeatureGeometry

Defined in hrz/protocol/layer/in_memory_vector_source_layer.proto.


type: HrzProtocol.VectorGeometryType

coords: double``[]

Points coordinates stored as [x1, y1, z1, x2, y2, z2, ...]. For 2D geometries, z is set to 0. Those coordinates use the layer’s projection system.


linestring_sizes: uint32``[]

Number of points for each linestring. Linestrings must not be closed. For polygons, exterior linestring must be counter-clockwise, and interior ones must be clockwise. This is used only for polygons and polylines.