Packages

object SinglebandCropIterator

the companion class of SinglebandCropIterator

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SinglebandCropIterator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(geoTiff: SinglebandGeoTiff, colMax: Int, rowMax: Int): SinglebandCropIterator
  2. def apply(geoTiff: SinglebandGeoTiff, dimensions: (Int, Int)): SinglebandCropIterator
  3. def apply(byteReader: ByteReader, colMax: Int, rowMax: Int): SinglebandCropIterator
  4. def apply(byteReader: ByteReader, dimensions: (Int, Int)): SinglebandCropIterator
  5. def apply(path: String, colMax: Int, rowMax: Int): SinglebandCropIterator
  6. def apply(path: String, dimensions: (Int, Int)): SinglebandCropIterator