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

type PolygonZ = GenericPolygon<PointZ>;

Trait Implementations

impl HasShapeType for PolygonZ[src]

impl ConcreteShape for PolygonZ[src]

impl ConcreteReadableShape for PolygonZ[src]

impl WritableShape for PolygonZ[src]

impl EsriShape for PolygonZ[src]

impl Display for PolygonZ[src]

impl TryFrom<Shape> for PolygonZ[src]

type Error = Error

The type returned in the event of a conversion error.