[][src]Trait shapefile::record::ConcreteReadableShape

pub trait ConcreteReadableShape: ConcreteShape + HasShapeType {
    fn read_shape_content<T: Read>(
        source: &mut T,
        record_size: i32
    ) -> Result<Self::ActualShape, Error>; }

Required methods

fn read_shape_content<T: Read>(
    source: &mut T,
    record_size: i32
) -> Result<Self::ActualShape, Error>

Function that actually reads the ActualShape from the source and returns it

Loading content...

Implementors

impl ConcreteReadableShape for Multipatch
[src]

impl ConcreteReadableShape for Point
[src]

impl ConcreteReadableShape for PointM
[src]

impl ConcreteReadableShape for PointZ
[src]

impl ConcreteReadableShape for Multipoint
[src]

impl ConcreteReadableShape for MultipointM
[src]

impl ConcreteReadableShape for MultipointZ
[src]

impl ConcreteReadableShape for Polygon
[src]

impl ConcreteReadableShape for PolygonM
[src]

impl ConcreteReadableShape for PolygonZ
[src]

impl ConcreteReadableShape for Polyline
[src]

impl ConcreteReadableShape for PolylineM
[src]

impl ConcreteReadableShape for PolylineZ
[src]

Loading content...