implicit class withSinglebandTileFeaturePrototypeMethods[D] extends SinglebandTileFeaturePrototypeMethods[D]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withSinglebandTileFeaturePrototypeMethods
- SinglebandTileFeaturePrototypeMethods
- TileFeaturePrototypeMethods
- TilePrototypeMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withSinglebandTileFeaturePrototypeMethods(self: TileFeature[Tile, D])(implicit arg0: Monoid[D])
Value Members
-
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
- TileFeaturePrototypeMethods → TilePrototypeMethods
-
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
- TileFeaturePrototypeMethods → TilePrototypeMethods
-
val
self: TileFeature[Tile, D]
- Definition Classes
- withSinglebandTileFeaturePrototypeMethods → MethodExtensions