Struct shp::ShpHeader [] [src]

pub struct ShpHeader {
    pub length: i32,
    pub version: i32,
    pub shape_type: ShapeType,
    pub xmin: f64,
    pub xmax: f64,
    pub ymin: f64,
    pub ymax: f64,
    pub zmax: Option<f64>,
    pub zmin: Option<f64>,
    pub mmax: Option<f64>,
    pub mmin: Option<f64>,
}

Fields

Methods

impl ShpHeader
[src]

Trait Implementations

impl Debug for ShpHeader
[src]

Formats the value using the given formatter.

impl Default for ShpHeader
[src]

Returns the "default value" for a type. Read more