Expand description
Helper functions for downcasting dyn GeoArrowArray to concrete types and for
converting between GeoArrow array representations.
Traits§
- AsGeo
Arrow Array - Helpers for downcasting a
GeoArrowArrayto a concrete implementation.
Functions§
- from_
wkb - Parse a
GenericWkbArrayorWkbViewArrayto aGeoArrowArraywith the designatedGeoArrowType. - from_
wkt - Parse a
GenericWktArrayorWktViewArrayto aGeoArrowArraywith the designatedGeoArrowType. - to_wkb
- Convert a GeoArrowArray to a
GenericWkbArray. - to_
wkb_ view - Convert a GeoArrowArray to a
WkbViewArray. - to_wkt
- Convert a GeoArrowArray to a
GenericWktArray. - to_
wkt_ view - Convert a GeoArrowArray to a
WktViewArray.