Expand description
The concrete array definitions.
All arrays implement the core GeoArrowArray trait.
Structs§
- Generic
WkbArray - An immutable array of WKB geometries.
- Generic
WktArray - An immutable array of WKT geometries using GeoArrow’s in-memory representation.
- Geometry
Array - An immutable array of geometries of unknown geometry type and dimension.
- Geometry
Collection Array - An immutable array of GeometryCollection geometries.
- Interleaved
Coord Buffer - An array of coordinates stored interleaved in a single buffer.
- Line
String Array - An immutable array of LineString geometries.
- Multi
Line String Array - An immutable array of MultiLineString geometries.
- Multi
Point Array - An immutable array of MultiPoint geometries.
- Multi
Polygon Array - An immutable array of MultiPolygon geometries.
- Point
Array - An immutable array of Point geometries.
- Polygon
Array - An immutable array of Polygon geometries using GeoArrow’s in-memory representation.
- Rect
Array - An immutable array of Rect or Box geometries.
- Separated
Coord Buffer - An array of coordinates stored in separate buffers of the same length.
- WkbView
Array - An immutable array of WKB geometries.
- WktView
Array - An immutable array of WKT geometries.
Enums§
- Coord
Buffer - An Arrow representation of an array of coordinates.
Traits§
- Generic
WkbArray Type - A trait for GeoArrow arrays that can hold WKB data.
- Generic
WktArray Type - A trait for GeoArrow arrays that can hold WKT data.
Functions§
- from_
arrow_ array - Construct a new GeoArrowArray from an Arrow Array and Field.
Type Aliases§
- Large
WkbArray - A
GenericWkbArray
usingi64
offsets - Large
WktArray - A
GenericWktArray
usingi64
offsets - WkbArray
- A
GenericWkbArray
usingi32
offsets - WktArray
- A
GenericWktArray
usingi32
offsets