Struct wkt::Wkt [−][src]
Fields
items: Vec<Geometry>
Methods
impl Wkt[src]
impl Wktpub fn new() -> Self[src]
pub fn new() -> Selfpub fn add_item(&mut self, item: Geometry)[src]
pub fn add_item(&mut self, item: Geometry)pub fn from_str(wkt_str: &str) -> Result<Self, &'static str>[src]
pub fn from_str(wkt_str: &str) -> Result<Self, &'static str>