Skip to main content

Module cast

Module cast 

Source
Expand description

Helper functions for downcasting dyn GeoArrowArray to concrete types and for converting between GeoArrow array representations.

Traits§

AsGeoArrowArray
Helpers for downcasting a GeoArrowArray to a concrete implementation.

Functions§

from_wkb
Parse a GenericWkbArray or WkbViewArray to a GeoArrowArray with the designated GeoArrowType.
from_wkt
Parse a GenericWktArray or WktViewArray to a GeoArrowArray with the designated GeoArrowType.
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.