[][src]Type Definition shapefile::record::poly::PolylineM

type PolylineM = GenericPolyline<PointM>;

Trait Implementations

impl HasShapeType for PolylineM[src]

impl ConcreteShape for PolylineM[src]

impl ConcreteReadableShape for PolylineM[src]

impl WritableShape for PolylineM[src]

impl EsriShape for PolylineM[src]

fn z_range(&self) -> [f64; 2][src]

Should return the Z range of this shape (maybe require computing it)

impl Display for PolylineM[src]

impl TryFrom<Shape> for PolylineM[src]

type Error = Error

The type returned in the event of a conversion error.