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

type PolygonM = GenericPolygon<PointM>;

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

Trait Implementations

impl ConcreteReadableShape for PolygonM[src]

impl ConcreteShape for PolygonM[src]

impl Display for PolygonM[src]

impl EsriShape for PolygonM[src]

impl HasShapeType for PolygonM[src]

impl TryFrom<Shape> for PolygonM[src]

type Error = Error

The type returned in the event of a conversion error.

impl WritableShape for PolygonM[src]