Trait geozero::FeatureAccess[][src]

pub trait FeatureAccess: FeatureProperties + GeozeroGeometry {
    fn process<P: FeatureProcessor>(
        &self,
        processor: &mut P,
        idx: u64
    ) -> Result<()>
    where
        Self: Sized
, { ... } }

Feature processing API

Provided methods

fn process<P: FeatureProcessor>(
    &self,
    processor: &mut P,
    idx: u64
) -> Result<()> where
    Self: Sized
[src]

Process feature geometries and properties.

Loading content...

Implementors

Loading content...