Trait h3ron::ToH3Indexes[][src]

pub trait ToH3Indexes {
    fn to_h3_indexes(&self, h3_resolution: u8) -> Result<Vec<Index>, Error>;
}

convert to indexes at the given resolution

The output vec may contain duplicate indexes in case of overlapping input geometries.

Required methods

fn to_h3_indexes(&self, h3_resolution: u8) -> Result<Vec<Index>, Error>[src]

Loading content...

Implementations on Foreign Types

impl ToH3Indexes for Polygon<f64>[src]

impl ToH3Indexes for MultiPolygon<f64>[src]

impl ToH3Indexes for Point<f64>[src]

impl ToH3Indexes for MultiPoint<f64>[src]

impl ToH3Indexes for Coordinate<f64>[src]

impl ToH3Indexes for LineString<f64>[src]

impl ToH3Indexes for MultiLineString<f64>[src]

impl ToH3Indexes for Rect<f64>[src]

impl ToH3Indexes for Triangle<f64>[src]

impl ToH3Indexes for Line<f64>[src]

impl ToH3Indexes for GeometryCollection<f64>[src]

impl ToH3Indexes for Geometry<f64>[src]

Loading content...

Implementors

Loading content...