Enum h3ron_ndarray::array::AxisOrder [−][src]
pub enum AxisOrder {
XY,
YX,
}Expand description
the order of the axis in the two-dimensional array
Variants
X,Y ordering
Y,X ordering
this is the order used by github.com/georust/gdal (ndarray feature gate)
Implementations
Auto Trait Implementations
impl RefUnwindSafe for AxisOrderimpl UnwindSafe for AxisOrder