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

type Polyline = GenericPolyline<Point>;

Trait Implementations

impl HasShapeType for Polyline[src]

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

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

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

impl Display for Polyline[src]

impl TryFrom<Shape> for Polyline[src]

type Error = Error

The type returned in the event of a conversion error.