pub type CellIndexArray = H3Array<CellIndex>;
Aliased Type§
struct CellIndexArray { /* private fields */ }
Implementations§
Source§impl CellIndexArray
impl CellIndexArray
pub fn resolution(&self) -> ResolutionArray
pub fn area_rads2(&self) -> Float64Array
pub fn area_km2(&self) -> Float64Array
pub fn area_m2(&self) -> Float64Array
pub fn parent(&self, resolution: Resolution) -> Self
pub fn children( &self, resolution: Resolution, ) -> Result<H3ListArray<CellIndex>, Error>
pub fn children_count(&self, resolution: Resolution) -> UInt64Array
Trait Implementations§
Source§impl BoundingRect<f64> for CellIndexArray
impl BoundingRect<f64> for CellIndexArray
Source§impl Centroid for CellIndexArray
impl Centroid for CellIndexArray
Source§impl ChangeResolutionOp for CellIndexArray
impl ChangeResolutionOp for CellIndexArray
Source§fn change_resolution(&self, resolution: Resolution) -> Result<Self, Error>
fn change_resolution(&self, resolution: Resolution) -> Result<Self, Error>
change the H3 resolutions of all contained values to
resolution
. Read moreSource§fn change_resolution_list(
&self,
resolution: Resolution,
) -> Result<H3ListArray<CellIndex>, Error>
fn change_resolution_list( &self, resolution: Resolution, ) -> Result<H3ListArray<CellIndex>, Error>
Change the H3 resolutions of all contained values to
resolution
. Read moreSource§fn change_resolution_paired(
&self,
resolution: Resolution,
) -> Result<ChangedResolutionPair<Self>, Error>
fn change_resolution_paired( &self, resolution: Resolution, ) -> Result<ChangedResolutionPair<Self>, Error>
change the H3 resolutions of all contained values to
resolution
and build a before-array
with the input values for each after-value. Read moreSource§impl CompactOp for CellIndexArray
impl CompactOp for CellIndexArray
Source§impl ConcaveHull for CellIndexArray
impl ConcaveHull for CellIndexArray
Source§impl<'a> ConvexHull<'a, f64> for CellIndexArray
impl<'a> ConvexHull<'a, f64> for CellIndexArray
Source§impl IterPoints for CellIndexArray
impl IterPoints for CellIndexArray
Source§impl IterPolygons for CellIndexArray
impl IterPolygons for CellIndexArray
Source§impl ParseGenericStringArray for CellIndexArray
impl ParseGenericStringArray for CellIndexArray
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
Source§impl ToCoordinatesOp for CellIndexArray
impl ToCoordinatesOp for CellIndexArray
Source§fn to_coordinates(&self) -> Result<CoordinateArrays, Error>
fn to_coordinates(&self) -> Result<CoordinateArrays, Error>
convert to point coordinates in degrees
Source§fn to_coordinates_radians(&self) -> Result<CoordinateArrays, Error>
fn to_coordinates_radians(&self) -> Result<CoordinateArrays, Error>
convert to point coordinates in radians