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