c

geotrellis.raster.prototype.Implicits

withMultibandTileFeaturePrototypeMethods

implicit class withMultibandTileFeaturePrototypeMethods[D] extends MultibandTileFeaturePrototypeMethods[D]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withMultibandTileFeaturePrototypeMethods
  2. MultibandTileFeaturePrototypeMethods
  3. TileFeaturePrototypeMethods
  4. TilePrototypeMethods
  5. MethodExtensions
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withMultibandTileFeaturePrototypeMethods(self: TileFeature[MultibandTile, D])(implicit arg0: Monoid[D])

Value Members

  1. def prototype(cellType: CellType, cols: Int, rows: Int): TileFeature[MultibandTile, D]

    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.

    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.

    Definition Classes
    TileFeaturePrototypeMethodsTilePrototypeMethods
  2. def prototype(cols: Int, rows: Int): TileFeature[MultibandTile, D]

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

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

    Definition Classes
    TileFeaturePrototypeMethodsTilePrototypeMethods
  3. val self: TileFeature[MultibandTile, D]