construct_points
Constructs a points
geometry - creating a points
from raw data in the graph. This creates a minimal object, it does not set point_size
, point_orientation
, or any other optional properties.
Points
is a very simple geometry type - only point_component
and point_position
are required by the schema.
The port, point_position
will directly set the point_position
property - each element in the array representing one point.