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

pub struct Geometry { /* fields omitted */ }

OGR Geometry

Methods

impl Geometry
[src]

[src]

[src]

[src]

[src]

[src]

Create a geometry by parsing a WKT string.

[src]

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

[src]

Serialize the geometry as JSON.

[src]

Serialize the geometry as WKT.

[src]

[src]

[src]

[src]

[src]

[src]

Compute the convex hull of this geometry.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for Geometry
[src]

[src]

Executes the destructor for this type. Read more

impl Clone for Geometry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl ToGeo<f64> for Geometry
[src]

[src]