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

type PolylineM = GenericPolyline<PointM>;

Specialization of the GenericPolyline struct to represent a PolylineM shape ( collection of PointM)

Trait Implementations

impl ConcreteReadableShape for PolylineM[src]

impl ConcreteShape for PolylineM[src]

impl Display for PolylineM[src]

impl EsriShape for PolylineM[src]

impl HasShapeType for PolylineM[src]

impl TryFrom<Shape> for PolylineM[src]

type Error = Error

The type returned in the event of a conversion error.

impl WritableShape for PolylineM[src]