Interface ResultToColumnarBatchGeometryOptionsExperimental

Geometry layout for resultToColumnarBatch.

interface ResultToColumnarBatchGeometryOptions {
    coordinateLayout?: GeoArrowCoordinateLayout;
    crs?: GeoArrowCrs;
    dimensions?: GeoArrowDimensions;
    edges?: GeoArrowEdges;
    field?: string;
    kind?: GeoArrowGeometryKind;
}

Properties

coordinateLayout?: GeoArrowCoordinateLayout
dimensions?: GeoArrowDimensions
field?: string