[][src]Trait shapefile::record::HasShapeType

pub trait HasShapeType {
    fn shapetype() -> ShapeType;
}

Traits to be able to retrieve the ShapeType corresponding to the type

Required methods

fn shapetype() -> ShapeType

Returns the ShapeType

Loading content...

Implementors

impl HasShapeType for Shape
[src]

impl HasShapeType for Multipatch
[src]

impl HasShapeType for Point
[src]

impl HasShapeType for PointM
[src]

impl HasShapeType for PointZ
[src]

impl HasShapeType for Multipoint
[src]

impl HasShapeType for MultipointM
[src]

impl HasShapeType for MultipointZ
[src]

impl HasShapeType for Polygon
[src]

impl HasShapeType for PolygonM
[src]

impl HasShapeType for PolygonZ
[src]

impl HasShapeType for Polyline
[src]

impl HasShapeType for PolylineM
[src]

impl HasShapeType for PolylineZ
[src]

Loading content...