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

type PolylineM = GenericPolyline<PointM>;

Trait Implementations

impl HasShapeType for PolylineM
[src]

impl ConcreteShape for PolylineM
[src]

impl ConcreteShapeFromShape 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 the Z range of this shape (maybe require computing it)

impl Display for PolylineM
[src]