[][src]Trait shapefile::record::ConcreteShape

pub trait ConcreteShape: Sized + HasShapeType { }

Simple Trait to store the type of the shape

Implementors

impl ConcreteShape for Multipatch[src]

impl ConcreteShape for Point[src]

impl ConcreteShape for PointM[src]

impl ConcreteShape for PointZ[src]

impl ConcreteShape for Multipoint[src]

impl ConcreteShape for MultipointM[src]

impl ConcreteShape for MultipointZ[src]

impl ConcreteShape for Polygon[src]

impl ConcreteShape for PolygonM[src]

impl ConcreteShape for PolygonZ[src]

impl ConcreteShape for Polyline[src]

impl ConcreteShape for PolylineM[src]

impl ConcreteShape for PolylineZ[src]

Loading content...