WKTObject

Type Alias WKTObject 

Source
pub type WKTObject = Vec<WKTValue>;
Expand description

WKT object is a collection of WKT values or even nested WKT objects

Aliased Typeยง

pub struct WKTObject { /* private fields */ }