[][src]Type Definition shapefile::record::multipoint::MultipointZ

type MultipointZ = GenericMultipoint<PointZ>;

Specialization of the GenericMultipoint struct to represent a MultipointZ shape ( collection of PointZ)

Trait Implementations

impl HasShapeType for MultipointZ[src]

impl ConcreteShape for MultipointZ[src]

impl ConcreteReadableShape for MultipointZ[src]

impl WritableShape for MultipointZ[src]

impl EsriShape for MultipointZ[src]

impl Display for MultipointZ[src]

impl TryFrom<Shape> for MultipointZ[src]

type Error = Error

The type returned in the event of a conversion error.