The coordinate values of the point as a flat array.
Array layout: [x, y], [x, y, z], [x, y, m], or [x, y, z, m]
depending on the hasZ and hasM flags.
Whether the geometry includes M (measure) values.
Whether the geometry includes Z (elevation/altitude) values.
Discriminant literal identifying this geometry as a Point.
Represents a single point geometry in 2D, 3D, or 4D space.
Coordinates are stored in a single flat array whose length depends on the dimensionality flags:
[x, y][x, y, z][x, y, m][x, y, z, m]Example