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

type Multipoint = GenericMultipoint<Point>;

Specialization of the GenericMultipoint struct to represent a Multipoint shape ( collection of Point)

Trait Implementations

impl HasShapeType for Multipoint[src]

impl ConcreteShape for Multipoint[src]

impl ConcreteReadableShape for Multipoint[src]

impl WritableShape for Multipoint[src]

impl EsriShape for Multipoint[src]

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

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

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

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

impl Display for Multipoint[src]

impl TryFrom<Shape> for Multipoint[src]

type Error = Error

The type returned in the event of a conversion error.