pub type WKTArray = Vec<WKTAValue>;
WKT Array can be an array of points or even nested arrays of points
pub struct WKTArray { /* private fields */ }