Module shapefile::record::polygon

source ·
Expand description

Module with the definition of Polygon, PolygonM, PolygonZ

Structs§

Enums§

Type Aliases§

  • Specialization of the GenericPolygon struct to represent a Polygon shape ( collection of Point)
  • Specialization of the GenericPolygon struct to represent a PolygonM shape ( collection of PointM)
  • Specialization of the GenericPolygon struct to represent a PolygonZ shape ( collection of PointZ)