Enum shp::ShpRecordContent [] [src]

pub enum ShpRecordContent {
    Null,
    Point(PointShape),
    MultiPoint(MultiPointShape),
    PolyLine(PolyLineShape),
    Polygon(PolygonShape),
}

Variants

Methods

impl ShpRecordContent
[src]

Trait Implementations

impl Debug for ShpRecordContent
[src]

Formats the value using the given formatter.