Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
query-planner
GeoArrowBatchInspection
Interface GeoArrowBatchInspection
Experimental
Validated typed views that alias the batch's own backing buffers.
interface
GeoArrowBatchInspection
{
batch
:
ColumnarBatchV1
;
dictionary
?:
GeoArrowDictionaryBuffers
;
featureIds
?:
{
field
:
string
;
values
:
Uint32Array
;
}
;
geometry
:
GeoArrowGeometryBuffers
;
metrics
:
GeoArrowConversionMetrics
;
temporal
?:
GeoArrowTemporalBuffers
;
}
Index
Properties
batch
dictionary?
feature
Ids?
geometry
metrics
temporal?
Properties
Readonly
Experimental
batch
batch
:
ColumnarBatchV1
Optional
Readonly
Experimental
dictionary
dictionary
?:
GeoArrowDictionaryBuffers
Optional
Readonly
Experimental
feature
Ids
feature
Ids
?:
{
field
:
string
;
values
:
Uint32Array
;
}
Readonly
Experimental
geometry
geometry
:
GeoArrowGeometryBuffers
Readonly
Experimental
metrics
metrics
:
GeoArrowConversionMetrics
Optional
Readonly
Experimental
temporal
temporal
?:
GeoArrowTemporalBuffers
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
batch
dictionary
feature
Ids
geometry
metrics
temporal
@honua/sdk-js
Loading...
Validated typed views that alias the batch's own backing buffers.