Type Alias WkbArray

Source
pub type WkbArray = GenericWkbArray<i32>;
Expand description

A GenericWkbArray using i32 offsets

The byte length of each element is represented by an i32.

See GenericWkbArray for more information and examples

Aliased Typeยง

pub struct WkbArray { /* private fields */ }