[][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 HasShapeType for MultipointM[src]

impl ConcreteShape for MultipointM[src]

impl ConcreteReadableShape for MultipointM[src]

impl WritableShape for MultipointM[src]

impl EsriShape for MultipointM[src]

fn z_range(&self) -> [f64; 2][src]

Should return the Z range of this shape (maybe require computing it)

impl Display for MultipointM[src]

impl TryFrom<Shape> for MultipointM[src]

type Error = Error

The type returned in the event of a conversion error.