Expand description

Module with the definition of Multipoint, MultipointM and MultipointZ

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

Structs§

  • Generic struct to create the Multipoint, MultipointM, MultipointZ types

Type Aliases§

  • Specialization of the GenericMultipoint struct to represent a Multipoint shape ( collection of Point)
  • Specialization of the GenericMultipoint struct to represent a MultipointM shape ( collection of PointM)
  • Specialization of the GenericMultipoint struct to represent a MultipointZ shape ( collection of PointZ)