Type Definition shapefile::record::polygon::Polygon[][src]

type Polygon = GenericPolygon<Point>;

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

Trait Implementations

impl ConcreteReadableShape for Polygon[src]

impl ConcreteShape for Polygon[src]

impl Display for Polygon[src]

impl EsriShape for Polygon[src]

impl HasShapeType for Polygon[src]

impl TryFrom<Shape> for Polygon[src]

type Error = Error

The type returned in the event of a conversion error.

impl WritableShape for Polygon[src]