Type Alias DirectedEdgeIndexArray

Source
pub type DirectedEdgeIndexArray = H3Array<DirectedEdgeIndex>;

Aliased Type§

struct DirectedEdgeIndexArray { /* private fields */ }

Implementations§

Trait Implementations§

Source§

impl BoundingRect<f64> for DirectedEdgeIndexArray

Source§

type Output = Option<Rect>

Source§

fn bounding_rect(&self) -> Self::Output

Return the bounding rectangle of a geometry Read more
Source§

impl Centroid for DirectedEdgeIndexArray

Source§

impl ConcaveHull for DirectedEdgeIndexArray

Source§

type Scalar = f64

Source§

fn concave_hull(&self, concavity: Self::Scalar) -> Polygon<Self::Scalar>

Source§

impl<'a> ConvexHull<'a, f64> for DirectedEdgeIndexArray

Source§

type Scalar = f64

Source§

fn convex_hull(&'a self) -> Polygon<Self::Scalar>

Source§

impl IterLines for DirectedEdgeIndexArray

Source§

impl ParseGenericStringArray for DirectedEdgeIndexArray

Source§

fn parse_genericstringarray<O: OffsetSizeTrait>( genericstringarray: &GenericStringArray<O>, set_failing_to_invalid: bool, ) -> Result<Self, Error>

parse H3 indexes from string arrays Read more
Source§

impl ToLineStrings for DirectedEdgeIndexArray

Source§

type Error = Infallible

Source§

fn to_linestrings( &self, use_degrees: bool, ) -> Result<Vec<Option<LineString>>, Self::Error>

Source§

impl ToLines for DirectedEdgeIndexArray

Source§

type Error = Infallible

Source§

fn to_lines(&self, use_degrees: bool) -> Result<Vec<Option<Line>>, Self::Error>