Trait/Object

geotrellis.raster.io.geotiff

GeoTiff

Related Docs: object GeoTiff | package geotiff

Permalink

trait GeoTiff[T <: CellGrid[Int]] extends GeoTiffData

Base trait of GeoTiff. Takes a tile that is of a type equal to or a subtype of CellGrid

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTiff
  2. GeoTiffData
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def buildOverview(resampleMethod: resample.ResampleMethod, decimationFactor: Int, blockSize: Int = GeoTiff.DefaultBlockSize): GeoTiff[T]

    Permalink
  2. abstract val cellType: CellType

    Permalink
    Definition Classes
    GeoTiffData
  3. abstract def copy(tile: T = this.tile, extent: Extent = this.extent, crs: CRS = this.crs, tags: Tags = this.tags, options: GeoTiffOptions = this.options, overviews: List[GeoTiff[T]] = this.overviews): GeoTiff[T]

    Permalink
  4. abstract def crop(windows: Seq[GridBounds[Int]]): Iterator[(GridBounds[Int], T)]

    Permalink
  5. abstract def crop(gridBounds: GridBounds[Int]): GeoTiff[T]

    Permalink
  6. abstract def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): GeoTiff[T]

    Permalink
  7. abstract def crop(colMax: Int, rowMax: Int): GeoTiff[T]

    Permalink
  8. abstract def crop(subExtent: Extent): GeoTiff[T]

    Permalink
  9. abstract def crop(subExtent: Extent, options: Options): GeoTiff[T]

    Permalink
  10. abstract def crop(subExtent: Extent, cellSize: CellSize, resampleMethod: resample.ResampleMethod, strategy: OverviewStrategy): Raster[T]

    Permalink

    Chooses the best matching overviews and makes resample & crop

  11. abstract def crs: CRS

    Permalink
    Definition Classes
    GeoTiffData
  12. abstract def extent: Extent

    Permalink
    Definition Classes
    GeoTiffData
  13. abstract def imageData: GeoTiffImageData

    Permalink
    Definition Classes
    GeoTiffData
  14. abstract def mapTile(f: (T) ⇒ T): GeoTiff[T]

    Permalink
  15. abstract def options: GeoTiffOptions

    Permalink
    Definition Classes
    GeoTiffData
  16. abstract def overviews: List[GeoTiff[T]]

    Permalink
    Definition Classes
    GeoTiffGeoTiffData
  17. abstract def resample(rasterExtent: RasterExtent, resampleMethod: resample.ResampleMethod, strategy: OverviewStrategy): Raster[T]

    Permalink

    Chooses the best matching overviews and makes resample

  18. abstract def tags: Tags

    Permalink
    Definition Classes
    GeoTiffData
  19. abstract def tile: T

    Permalink
  20. abstract def withOverviews(resampleMethod: resample.ResampleMethod, decimations: List[Int] = Nil, blockSize: Int = GeoTiff.DefaultBlockSize): GeoTiff[T]

    Permalink
  21. abstract def withStorageMethod(storageMethod: StorageMethod): GeoTiff[T]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bandCount: Int

    Permalink
  6. def cellSize: CellSize

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def cols: Int

    Permalink
  9. def crop(rasterExtent: RasterExtent): Raster[T]

    Permalink
  10. def crop(subExtent: Extent, cellSize: CellSize): Raster[T]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getClosestOverview(cellSize: CellSize, strategy: OverviewStrategy = OverviewStrategy.DEFAULT): GeoTiff[T]

    Permalink

    Return the best matching overview to the given cellSize, returns "this" if no overviews available.

  16. def getOverview(idx: Int): GeoTiff[T]

    Permalink
  17. def getOverviewsCount: Int

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def pixelSampleType: Option[PixelSampleType]

    Permalink
    Definition Classes
    GeoTiffData
  24. def projectedExtent: ProjectedExtent

    Permalink
  25. def projectedRaster: ProjectedRaster[T]

    Permalink
  26. def raster: Raster[T]

    Permalink
  27. def rasterExtent: RasterExtent

    Permalink
  28. def rows: Int

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toByteArray: Array[Byte]

    Permalink
  31. def toCloudOptimizedByteArray: Array[Byte]

    Permalink
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withOverviews(overviews: Seq[GeoTiff[T]]): GeoTiff[T]

    Permalink
  37. def write(path: String, optimizedOrder: Boolean = false): Unit

    Permalink

Inherited from GeoTiffData

Inherited from AnyRef

Inherited from Any

Ungrouped