pub type VertexIndexArray = H3Array<VertexIndex>;
Aliased Type§
struct VertexIndexArray { /* private fields */ }
Implementations§
Source§impl VertexIndexArray
impl VertexIndexArray
pub fn owner(&self) -> CellIndexArray
Trait Implementations§
Source§impl BoundingRect<f64> for VertexIndexArray
impl BoundingRect<f64> for VertexIndexArray
Source§impl Centroid for VertexIndexArray
impl Centroid for VertexIndexArray
Source§impl ConcaveHull for VertexIndexArray
impl ConcaveHull for VertexIndexArray
Source§impl<'a> ConvexHull<'a, f64> for VertexIndexArray
impl<'a> ConvexHull<'a, f64> for VertexIndexArray
Source§impl IterPoints for VertexIndexArray
impl IterPoints for VertexIndexArray
type Error = Infallible
type Iter<'a> = Map<Zip<PrimitiveArrayH3IndexIter<'a, VertexIndex>, Repeat<bool>>, fn(_: (Option<VertexIndex>, bool)) -> Option<Result<Point, <H3Array<VertexIndex> as IterPoints>::Error>>>
fn iter_points(&self, use_degrees: bool) -> Self::Iter<'_>
Source§impl ParseGenericStringArray for VertexIndexArray
impl ParseGenericStringArray for VertexIndexArray
Source§fn parse_genericstringarray<O: OffsetSizeTrait>(
genericstringarray: &GenericStringArray<O>,
set_failing_to_invalid: bool,
) -> Result<Self, Error>
fn parse_genericstringarray<O: OffsetSizeTrait>( genericstringarray: &GenericStringArray<O>, set_failing_to_invalid: bool, ) -> Result<Self, Error>
parse H3 indexes from string arrays Read more