Struct geos::GGeom [] [src]

#[repr(C)]
pub struct GGeom(_);

Methods

impl GGeom
[src]

[src]

[src]

[src]

get the underlying geos CoordSeq object from the geometry

Note: this clones the underlying CoordSeq to avoid double free (because CoordSeq handles the object ptr and the CoordSeq is still owned by the geos geometry) if this method's performance becomes a bottleneck, feel free to open an issue, we could skip this clone with cleaner code

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for GGeom
[src]

[src]

Executes the destructor for this type. Read more

impl Clone for GGeom
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> TryInto<GGeom> for &'a LineString<f64>
[src]

[src]

impl<'a> TryInto<GGeom> for &'a Polygon<f64>
[src]

[src]

impl<'a> TryInto<GGeom> for &'a MultiPolygon<f64>
[src]

[src]

Auto Trait Implementations

impl !Send for GGeom

impl !Sync for GGeom