Module shapefile::record::polyline

source ·
Expand description

Module with the definition of Polyline, PolylineM, PolylineZ

Structs§

Type Aliases§

  • Specialization of the GenericPolyline struct to represent a Polyline shape ( collection of Point)
  • Specialization of the GenericPolyline struct to represent a PolylineM shape ( collection of PointM)
  • Specialization of the GenericPolyline struct to represent a PolylineZ shape ( collection of PointZ)