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

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

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

impl Display for Multipoint
[src]