trait AndTileCollectionMethods[K] extends MethodExtensions[Seq[(K, Tile)]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AndTileCollectionMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: Seq[(K, Tile)]
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
&(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]
And the values of each cell in each raster.
-
def
&(rs: TileLayerCollection[K]): Seq[(K, Tile)]
And the values of each cell in each raster.
-
def
&(i: Int): Seq[(K, Tile)]
And a constant Int value to each cell.
-
def
&:(i: Int): Seq[(K, Tile)]
And a constant Int value to each cell.
-
def
localAnd(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]
And the values of each cell in each raster.
-
def
localAnd(other: Seq[(K, Tile)]): Seq[(K, Tile)]
And the values of each cell in each raster.
-
def
localAnd(i: Int): Seq[(K, Tile)]
And a constant Int value to each cell.