Module shapefile::record::polyline[][src]

Module with the definition of Polyline, PolylineM, PolylineZ

Structs

GenericPolyline

Generic struct to create Polyline; PolylineM, PolylineZ

Type Definitions

Polyline

Specialization of the GenericPolyline struct to represent a Polyline shape ( collection of Point)

PolylineM

Specialization of the GenericPolyline struct to represent a PolylineM shape ( collection of PointM)

PolylineZ

Specialization of the GenericPolyline struct to represent a PolylineZ shape ( collection of PointZ)