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

type Polyline = GenericPolyline<Point>;

Specialization of the GenericPolyline struct to represent a Polyline shape ( collection of Point)

Trait Implementations

impl ConcreteReadableShape for Polyline[src]

impl ConcreteShape for Polyline[src]

impl Display for Polyline[src]

impl EsriShape for Polyline[src]

impl HasShapeType for Polyline[src]

impl TryFrom<Shape> for Polyline[src]

type Error = Error

The type returned in the event of a conversion error.

impl WritableShape for Polyline[src]