t

geotrellis.raster.prototype

TilePrototypeMethods

trait TilePrototypeMethods[T <: CellGrid[Int]] extends MethodExtensions[T]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TilePrototypeMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def prototype(cellType: CellType, cols: Int, rows: Int): T

    Given a CellType and numbers of columns and rows, produce a new ArrayTile of the given size and the same band count as the calling object.

  2. abstract def prototype(cols: Int, rows: Int): T

    Given numbers of columns and rows, produce a new ArrayTile of the given size and the same band count as the calling object.

  3. abstract def self: T
    Definition Classes
    MethodExtensions