[][src]Struct spatial_join::SplitGeoSeq

pub struct SplitGeoSeq { /* fields omitted */ }

Implementations

impl SplitGeoSeq[src]

pub fn to_vec(&self) -> Vec<Geometry<f64>>[src]

pub fn merge(a: SplitGeoSeq, b: SplitGeoSeq) -> SplitGeoSeq[src]

pub fn fixup(&mut self)[src]

impl SplitGeoSeq[src]

pub fn to_rtrees(&self, max_distance: f64) -> [RTree<FakeRegion>; 6][src]

Trait Implementations

impl Clone for SplitGeoSeq[src]

impl Debug for SplitGeoSeq[src]

impl Default for SplitGeoSeq[src]

impl PartialEq<SplitGeoSeq> for SplitGeoSeq[src]

impl StructuralPartialEq for SplitGeoSeq[src]

impl<'_> TryFrom<&'_ [Geometry<f64>]> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ [Line<f64>]> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ [LineString<f64>]> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ [Point<f64>]> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ [Polygon<f64>]> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ [Rect<f64>]> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ [Triangle<f64>]> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ GeometryCollection<f64>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<Geometry<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<Line<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<LineString<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<Point<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<Polygon<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<Rect<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<Triangle<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<SplitGeoSeq> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<Geometry<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<Line<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<LineString<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<Point<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<Polygon<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<Rect<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<Triangle<f64>>> for SplitGeoSeq[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.