Module shapefile::record::polygon[][src]

Module with the definition of Polygon, PolygonM, PolygonZ

Structs

GenericPolygon

Generic struct to create Polygon; PolygonM, PolygonZ

Enums

PolygonRing

Rings composing a Polygon

Type Definitions

Polygon

Specialization of the GenericPolygon struct to represent a Polygon shape ( collection of Point)

PolygonM

Specialization of the GenericPolygon struct to represent a PolygonM shape ( collection of PointM)

PolygonZ

Specialization of the GenericPolygon struct to represent a PolygonZ shape ( collection of PointZ)