pub trait IntoGeom {
// Required methods
fn into_geom(self) -> Geom;
fn cached_envelope(self) -> CachedEnvelope<Geom>;
}Expand description
Trait to convert objects to Geom structs
pub trait IntoGeom {
// Required methods
fn into_geom(self) -> Geom;
fn cached_envelope(self) -> CachedEnvelope<Geom>;
}Trait to convert objects to Geom structs