[][src]Module shapefile::record::multipoint

Module with the definition of Multipoint(M, Z)

All three variant of Multipoint Shape (Multipoint, MultipointM, MultipointZ) are specialization of the GenericMultipoint

The GenericMultipoint Shape implements the MultipointShape trait which means that to access the points of a multipoint you will have to use the points method

Structs

GenericMultipoint

Generic struct to create the Multipoint, MultipointM, MultipointZ types

Type Definitions

Multipoint

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

MultipointM

Specialization of the GenericMultipoint struct to represent a MultipointM shape ( collection of PointM)

MultipointZ

Specialization of the GenericMultipoint struct to represent a MultipointZ shape ( collection of PointZ)