trait ZonalMethods extends MethodExtensions[Tile]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZonalMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: Tile
- Definition Classes
- MethodExtensions
Concrete Value Members
- def zonalHistogramDouble(zones: Tile): Map[Int, Histogram[Double]]
- def zonalHistogramInt(zones: Tile): Map[Int, Histogram[Int]]
- def zonalPercentage(zones: Tile): Tile
- def zonalStatisticsDouble(zones: Tile): Map[Int, Statistics[Double]]
- def zonalStatisticsInt(zones: Tile): Map[Int, Statistics[Int]]