Interface ColumnarDeckGlStartIndicesBindingExperimental

Binds a request-level data.startIndices boundary array for "feature-path"/"feature-polygon" projections.

interface ColumnarDeckGlStartIndicesBinding {
    bufferId: string;
    component: "int32" | "uint32";
}

Properties

Properties

bufferId: string

id of the ColumnarBufferV1 carrying vertex-index boundaries, length featureCount + 1.

component: "int32" | "uint32"