[][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 ConcreteShapeFromShape 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 the Z range of this shape (maybe require computing it)

impl Display for MultipointM
[src]