Packages

case class ReadingSource(source: RasterSource, sourceToTargetBand: Map[Int, Int]) extends Serializable with Product

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadingSource
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReadingSource(source: RasterSource, sourceToTargetBand: Map[Int, Int])

Value Members

  1. val source: RasterSource
  2. val sourceToTargetBand: Map[Int, Int]