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

type PolygonM = GenericPolygon<PointM>;

Trait Implementations

impl HasShapeType for PolygonM[src]

impl ConcreteShape for PolygonM[src]

impl ConcreteReadableShape for PolygonM[src]

impl WritableShape for PolygonM[src]

impl EsriShape for PolygonM[src]

fn z_range(&self) -> [f64; 2][src]

Should return the Z range of this shape (maybe require computing it)

impl Display for PolygonM[src]

impl TryFrom<Shape> for PolygonM[src]

type Error = Error

The type returned in the event of a conversion error.