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

type PolylineZ = GenericPolyline<PointZ>;

Specialization of the GenericPolyline struct to represent a PolylineZ shape ( collection of PointZ)

Trait Implementations

impl ConcreteReadableShape for PolylineZ[src]

impl ConcreteShape for PolylineZ[src]

impl Display for PolylineZ[src]

impl EsriShape for PolylineZ[src]

impl HasShapeType for PolylineZ[src]

impl TryFrom<Shape> for PolylineZ[src]

type Error = Error

The type returned in the event of a conversion error.

impl WritableShape for PolylineZ[src]