geotrellis.raster

TileLayout

case class TileLayout(tileCols: Int, tileRows: Int, pixelCols: Int, pixelRows: Int) extends Product with Serializable

This class stores the layout of a tiled raster: the number of tiles (in cols/rows) and also the size of each tile (in cols/rows of pixels).

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TileLayout
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TileLayout(tileCols: Int, tileRows: Int, pixelCols: Int, pixelRows: Int)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  11. def getResolutionLayout(re: RasterExtent): ResolutionLayout

    Given a particular RasterExtent (geographic area plus resolution) for the entire tiled raster, construct an ResolutionLayout which will manage the appropriate geographic boundaries, and resolution information, for each tile.

  12. def getTileIndex(col: Int, row: Int): Int

    Gets the index of a tile at col, row.

  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. def isTiled: Boolean

  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. val pixelCols: Int

  19. val pixelRows: Int

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

    Definition Classes
    AnyRef
  21. val tileCols: Int

  22. val tileRows: Int

  23. def totalCols: Int

    Return the total number of columns across all the tiles.

  24. def totalRows: Int

    Return the total number of rows across all the tiles.

  25. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped