abstract class TileFeaturePrototypeMethods[T <: CellGrid[Int], D] extends TilePrototypeMethods[TileFeature[T, D]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TileFeaturePrototypeMethods
- TilePrototypeMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TileFeaturePrototypeMethods()(implicit arg0: (T) ⇒ TilePrototypeMethods[T], arg1: Monoid[D])
Abstract Value Members
-
abstract
def
self: TileFeature[T, D]
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
prototype(cellType: CellType, cols: Int, rows: Int): TileFeature[T, 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[T, 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