[][src]Struct flatgeobuf::HeaderBuilder

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

Methods

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

pub fn add_name(&mut self, name: WIPOffset<&'b str>)[src]

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

pub fn add_geometry_type(&mut self, geometry_type: GeometryType)[src]

pub fn add_hasZ(&mut self, hasZ: bool)[src]

pub fn add_hasM(&mut self, hasM: bool)[src]

pub fn add_hasT(&mut self, hasT: bool)[src]

pub fn add_hasTM(&mut self, hasTM: bool)[src]

pub fn add_columns(
    &mut self,
    columns: WIPOffset<Vector<'b, ForwardsUOffset<Column<'b>>>>
)
[src]

pub fn add_features_count(&mut self, features_count: u64)[src]

pub fn add_index_node_size(&mut self, index_node_size: u16)[src]

pub fn add_crs(&mut self, crs: WIPOffset<Crs<'b>>)[src]

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

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

Auto Trait Implementations

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

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

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

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

impl<'a, 'b> !UnwindSafe for HeaderBuilder<'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.