Bind a normative, non-null interleaved GeoArrow Point batch directly to a
deck.gl ScatterplotLayer request. The geometry buffer becomes getPosition by
identity; no GeoJSON feature or coordinate object is created.
Separated coordinates, M dimensions, and nullable points require a bounded
gather/filter operation and therefore fail explicitly in this zero-copy v1
path instead of silently copying or rendering nulls at an invented location.
Bind a normative, non-null interleaved GeoArrow Point batch directly to a deck.gl ScatterplotLayer request. The geometry buffer becomes getPosition by identity; no GeoJSON feature or coordinate object is created.
Separated coordinates, M dimensions, and nullable points require a bounded gather/filter operation and therefore fail explicitly in this zero-copy v1 path instead of silently copying or rendering nulls at an invented location.