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

type MultipointM = GenericMultipoint<PointM>;

Specialization of the GenericMultipoint struct to represent a MultipointM shape ( collection of PointM)

Trait Implementations

impl ConcreteReadableShape for MultipointM[src]

impl ConcreteShape for MultipointM[src]

impl Display for MultipointM[src]

impl EsriShape for MultipointM[src]

impl HasShapeType for MultipointM[src]

impl TryFrom<Shape> for MultipointM[src]

type Error = Error

The type returned in the event of a conversion error.

impl WritableShape for MultipointM[src]