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

type PolygonM = GenericPolygon<PointM>;

Trait Implementations

impl HasShapeType for PolygonM
[src]

impl ConcreteShape for PolygonM
[src]

impl ConcreteShapeFromShape 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 the Z range of this shape (maybe require computing it)

impl Display for PolygonM
[src]