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
Multipoint - Generic struct to create the Multipoint, MultipointM, MultipointZ types
Type Aliases§
- Multipoint
- Specialization of the
GenericMultipoint
struct to represent aMultipoint
shape ( collection of Point) - MultipointM
- Specialization of the
GenericMultipoint
struct to represent aMultipointM
shape ( collection of PointM) - MultipointZ
- Specialization of the
GenericMultipoint
struct to represent aMultipointZ
shape ( collection of PointZ)