Interface ColumnarResultGeometryDescriptorExperimental

Geometry layout of the column a bounded Result was converted from.

interface ColumnarResultGeometryDescriptor {
    coordinateLayout: GeoArrowCoordinateLayout;
    dimensions: GeoArrowDimensions;
    edges: GeoArrowEdges;
    field: string;
    kind: GeoArrowGeometryKind;
}

Properties

coordinateLayout: GeoArrowCoordinateLayout
dimensions: GeoArrowDimensions
field: string