c

geotrellis.raster.prototype.Implicits

withSinglebandTileFeaturePrototypeMethods

implicit class withSinglebandTileFeaturePrototypeMethods[D] extends SinglebandTileFeaturePrototypeMethods[D]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSinglebandTileFeaturePrototypeMethods
  2. SinglebandTileFeaturePrototypeMethods
  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 withSinglebandTileFeaturePrototypeMethods(self: TileFeature[Tile, D])(implicit arg0: Monoid[D])

Value Members

  1. def prototype(cellType: CellType, cols: Int, rows: Int): TileFeature[Tile, 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[Tile, 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[Tile, D]