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

type PolygonZ = GenericPolygon<PointZ>;

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

Trait Implementations

impl ConcreteReadableShape for PolygonZ[src]

impl ConcreteShape for PolygonZ[src]

impl Display for PolygonZ[src]

impl EsriShape for PolygonZ[src]

impl HasShapeType for PolygonZ[src]

impl TryFrom<Shape> for PolygonZ[src]

type Error = Error

The type returned in the event of a conversion error.

impl WritableShape for PolygonZ[src]