[][src]Struct flatgeobuf::GeometryBuilder

pub struct GeometryBuilder<'a: 'b, 'b> { /* fields omitted */ }

Methods

impl<'a: 'b, 'b> GeometryBuilder<'a, 'b>[src]

pub fn add_ends(&mut self, ends: WIPOffset<Vector<'b, u32>>)[src]

pub fn add_xy(&mut self, xy: WIPOffset<Vector<'b, f64>>)[src]

pub fn add_z(&mut self, z: WIPOffset<Vector<'b, f64>>)[src]

pub fn add_m(&mut self, m: WIPOffset<Vector<'b, f64>>)[src]

pub fn add_t(&mut self, t: WIPOffset<Vector<'b, f64>>)[src]

pub fn add_tm(&mut self, tm: WIPOffset<Vector<'b, u64>>)[src]

pub fn add_type_(&mut self, type_: GeometryType)[src]

pub fn add_parts(
    &mut self,
    parts: WIPOffset<Vector<'b, ForwardsUOffset<Geometry<'b>>>>
)
[src]

pub fn new(_fbb: &'b mut FlatBufferBuilder<'a>) -> GeometryBuilder<'a, 'b>[src]

pub fn finish(self) -> WIPOffset<Geometry<'a>>[src]

Auto Trait Implementations

impl<'a, 'b> RefUnwindSafe for GeometryBuilder<'a, 'b>

impl<'a, 'b> Send for GeometryBuilder<'a, 'b>

impl<'a, 'b> Sync for GeometryBuilder<'a, 'b>

impl<'a, 'b> Unpin for GeometryBuilder<'a, 'b> where
    'a: 'b, 

impl<'a, 'b> !UnwindSafe for GeometryBuilder<'a, 'b>

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, 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.