Function bindGeoArrowLineBatchToDeckGl

  • Experimental

    Bind a normative, non-null interleaved GeoArrow LineString batch directly to a deck.gl PathLayer request. The geometry coordinate buffer becomes getPath and the row-offsets buffer becomes data.startIndices by identity; no GeoJSON feature, coordinate array, or path object is created. Every path is rendered _pathType: "open" since OGC LineStrings are never implicitly closed loops.

    Separated coordinates, M dimensions, and nullable lines 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.

    Returns GeoArrowLineDeckGlBinding