Type Alias gdal::vector::Envelope

source ·
pub type Envelope = OGREnvelope;
Expand description

Axis aligned 2D bounding box.

Aliased Type§

struct Envelope {
    pub MinX: f64,
    pub MaxX: f64,
    pub MinY: f64,
    pub MaxY: f64,
}

Fields§

§MinX: f64§MaxX: f64§MinY: f64§MaxY: f64