case class SinglebandGeoTiff(tile: Tile, extent: Extent, crs: CRS, tags: Tags, options: GeoTiffOptions, overviews: List[GeoTiff[Tile]] = Nil) extends GeoTiff[Tile] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SinglebandGeoTiff
- Serializable
- Serializable
- Product
- Equals
- GeoTiff
- GeoTiffData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bandCount: Int
- Definition Classes
- GeoTiff
-
def
buildOverview(resampleMethod: resample.ResampleMethod, decimationFactor: Int, blockSize: Int): SinglebandGeoTiff
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
cellSize: CellSize
- Definition Classes
- GeoTiff
-
val
cellType: CellType
- Definition Classes
- SinglebandGeoTiff → GeoTiffData
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
cols: Int
- Definition Classes
- GeoTiff
-
def
copy(tile: Tile = tile, extent: Extent = extent, crs: CRS = crs, tags: Tags = tags, options: GeoTiffOptions = options, overviews: List[GeoTiff[Tile]] = overviews): SinglebandGeoTiff
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
crop(windows: Seq[GridBounds[Int]]): Iterator[(GridBounds[Int], Tile)]
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
crop(subExtent: Extent, cellSize: CellSize, resampleMethod: resample.ResampleMethod, strategy: OverviewStrategy): SinglebandRaster
Chooses the best matching overviews and makes resample & crop
Chooses the best matching overviews and makes resample & crop
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
crop(subExtent: Extent): SinglebandGeoTiff
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
crop(gridBounds: GridBounds[Int]): SinglebandGeoTiff
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): SinglebandGeoTiff
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
crop(colMax: Int, rowMax: Int): SinglebandGeoTiff
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
crop(subExtent: Extent, options: Options): SinglebandGeoTiff
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
crop(rasterExtent: RasterExtent): Raster[Tile]
- Definition Classes
- GeoTiff
-
def
crop(subExtent: Extent, cellSize: CellSize): Raster[Tile]
- Definition Classes
- GeoTiff
-
val
crs: CRS
- Definition Classes
- SinglebandGeoTiff → GeoTiffData
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
extent: Extent
- Definition Classes
- SinglebandGeoTiff → GeoTiffData
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getClosestOverview(cellSize: CellSize, strategy: OverviewStrategy = OverviewStrategy.DEFAULT): GeoTiff[Tile]
Return the best matching overview to the given cellSize, returns "this" if no overviews available.
Return the best matching overview to the given cellSize, returns "this" if no overviews available.
- Definition Classes
- GeoTiff
-
def
getOverview(idx: Int): GeoTiff[Tile]
- Definition Classes
- GeoTiff
-
def
getOverviewsCount: Int
- Definition Classes
- GeoTiff
-
def
imageData: GeoTiffImageData
- Definition Classes
- SinglebandGeoTiff → GeoTiffData
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapTile(f: (Tile) ⇒ Tile): SinglebandGeoTiff
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
options: GeoTiffOptions
- Definition Classes
- SinglebandGeoTiff → GeoTiffData
-
val
overviews: List[GeoTiff[Tile]]
- Definition Classes
- SinglebandGeoTiff → GeoTiff → GeoTiffData
-
def
pixelSampleType: Option[PixelSampleType]
- Definition Classes
- GeoTiffData
-
def
projectedExtent: ProjectedExtent
- Definition Classes
- GeoTiff
-
def
projectedRaster: ProjectedRaster[Tile]
- Definition Classes
- GeoTiff
-
def
raster: Raster[Tile]
- Definition Classes
- GeoTiff
-
def
rasterExtent: RasterExtent
- Definition Classes
- GeoTiff
-
def
resample(rasterExtent: RasterExtent, resampleMethod: resample.ResampleMethod, strategy: OverviewStrategy): SinglebandRaster
Chooses the best matching overviews and makes resample
Chooses the best matching overviews and makes resample
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
rows: Int
- Definition Classes
- GeoTiff
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
tags: Tags
- Definition Classes
- SinglebandGeoTiff → GeoTiffData
-
val
tile: Tile
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
toByteArray: Array[Byte]
- Definition Classes
- GeoTiff
-
def
toCloudOptimizedByteArray: Array[Byte]
- Definition Classes
- GeoTiff
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withOverviews(resampleMethod: resample.ResampleMethod, decimations: List[Int] = Nil, blockSize: Int = GeoTiff.DefaultBlockSize): SinglebandGeoTiff
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
withOverviews(overviews: Seq[GeoTiff[Tile]]): GeoTiff[Tile]
- Definition Classes
- GeoTiff
-
def
withStorageMethod(storageMethod: StorageMethod): SinglebandGeoTiff
- Definition Classes
- SinglebandGeoTiff → GeoTiff
-
def
write(path: String, optimizedOrder: Boolean = false): Unit
- Definition Classes
- GeoTiff