Struct gdal::vector::Geometry [] [src]

pub struct Geometry { /* fields omitted */ }

OGR Geometry

Methods

impl Geometry
[src]

Create a geometry by parsing a WKT string.

Create a rectangular geometry from West, South, East and North values.

Serialize the geometry as JSON.

Serialize the geometry as WKT.

Compute the convex hull of this geometry.

Trait Implementations

impl Drop for Geometry
[src]

A method called when the value goes out of scope. Read more

impl ToGeo for Geometry
[src]