Expand description
Push-based APIs for constructing arrays.
Structs§
- Geometry
Builder - The GeoArrow equivalent to a
Vec<Option<Geometry>>
: a mutable collection of Geometries. - Geometry
Collection Builder - The GeoArrow equivalent to
Vec<Option<GeometryCollection>>
: a mutable collection of GeometryCollections. - Interleaved
Coord Buffer Builder - The GeoArrow equivalent to
Vec<Coord>
: a mutable collection of coordinates. - Line
String Builder - The GeoArrow equivalent to
Vec<Option<LineString>>
: a mutable collection of LineStrings. - Multi
Line String Builder - The GeoArrow equivalent to
Vec<Option<MultiLineString>>
: a mutable collection of MultiLineStrings. - Multi
Point Builder - The GeoArrow equivalent to
Vec<Option<MultiPoint>>
: a mutable collection of MultiPoints. - Multi
Polygon Builder - The GeoArrow equivalent to
Vec<Option<MultiPolygon>>
: a mutable collection of MultiPolygons. - Point
Builder - The GeoArrow equivalent to
Vec<Option<Point>>
: a mutable collection of Points. - Polygon
Builder - The GeoArrow equivalent to
Vec<Option<Polygon>>
: a mutable collection of Polygons. - Rect
Builder - The GeoArrow equivalent to
Vec<Option<Rect>>
: a mutable collection of Rects. - Separated
Coord Buffer Builder - The GeoArrow equivalent to
Vec<Option<Coord>>
: a mutable collection of coordinates. - WkbBuilder
- The GeoArrow equivalent to
Vec<Option<Wkb>>
: a mutable collection of Wkb buffers.
Enums§
- Coord
Buffer Builder - The GeoArrow equivalent to
Vec<Coord>
: a mutable collection of coordinates.