Flat array of coordinate values.
Every stride consecutive numbers (where stride = 2 + Z + M) form one
vertex: [x1, y1, x2, y2, ...] for 2D, [x1, y1, z1, x2, y2, z2, ...]
for 3D, etc.
Whether the geometry includes M (measure) values.
Whether the geometry includes Z (elevation/altitude) values.
Discriminant literal identifying this geometry as a LineString.
Represents a line string geometry composed of two or more connected points.
Coordinates are stored in a single flat array where each consecutive group of
stridevalues (stride = 2 + Z + M) represents one vertex.Example