case class ReadingSource(source: RasterSource, sourceToTargetBand: Map[Int, Int]) extends Serializable with Product
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReadingSource
- Product
- Equals
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ReadingSource(source: RasterSource, sourceToTargetBand: Map[Int, Int])
Value Members
- val source: RasterSource
- val sourceToTargetBand: Map[Int, Int]