pub type LargeWkbArray = GenericWkbArray<i64>;
Expand description
A GenericWkbArray
using i64
offsets
The byte length of each element is represented by an i64.
See GenericWkbArray
for more information and examples
Aliased Typeยง
pub struct LargeWkbArray { /* private fields */ }