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

type Polygon = GenericPolygon<Point>;

Trait Implementations

impl HasShapeType for Polygon[src]

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

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

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

impl Display for Polygon[src]

impl TryFrom<Shape> for Polygon[src]

type Error = Error

The type returned in the event of a conversion error.