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

type Polyline = GenericPolyline<Point>;

Trait Implementations

impl HasShapeType for Polyline
[src]

impl ConcreteShape for Polyline
[src]

impl ConcreteShapeFromShape for Polyline
[src]

impl ConcreteReadableShape for Polyline
[src]

impl WritableShape for Polyline
[src]

impl EsriShape for Polyline
[src]

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

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

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

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

impl Display for Polyline
[src]