Type Alias WktArray

Source
pub type WktArray = GenericWktArray<i32>;
Expand description

A GenericWktArray using i32 offsets

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

See GenericWktArray for more information and examples

Aliased Typeยง

pub struct WktArray { /* private fields */ }