trait XorMethods extends MethodExtensions[Tile]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- XorMethods
- 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: Seq[Tile]): Tile
Xor the values of each cell in each raster.
-
def
^(r: Tile): Tile
Xor the values of each cell in each raster.
-
def
^(i: Int): Tile
Xor a constant Int value to each cell.
-
def
^:(i: Int): Tile
Xor a constant Int value to each cell.
-
def
localXor(rs: Traversable[Tile]): Tile
Xor the values of each cell in each raster.
-
def
localXor(r: Tile): Tile
Xor the values of each cell in each raster.
-
def
localXor(i: Int): Tile
Xor a constant Int value to each cell.