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

type Multipoint = GenericMultipoint<Point>;

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

Trait Implementations

impl ConcreteReadableShape for Multipoint[src]

impl ConcreteShape for Multipoint[src]

impl Display for Multipoint[src]

impl EsriShape for Multipoint[src]

impl HasShapeType for Multipoint[src]

impl TryFrom<Shape> for Multipoint[src]

type Error = Error

The type returned in the event of a conversion error.

impl WritableShape for Multipoint[src]