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

type Polygon = GenericPolygon<Point>;

Trait Implementations

impl HasShapeType for Polygon
[src]

impl ConcreteShape for Polygon
[src]

impl ConcreteShapeFromShape for Polygon
[src]

impl ConcreteReadableShape for Polygon
[src]

impl WritableShape for Polygon
[src]

impl EsriShape for Polygon
[src]

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

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

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

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

impl Display for Polygon
[src]