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

Module with the definition of Multipoint, MultipointM and MultipointZ

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

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)