object ArrayMultibandTile extends Serializable
The companion object for the ArrayMultibandTile type.
- Alphabetic
- By Inheritance
- ArrayMultibandTile
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
alloc(t: CellType, bands: Int, cols: Int, rows: Int): ArrayMultibandTile
"Allocate" a new ArrayMultibandTile.
"Allocate" a new ArrayMultibandTile. Arrays for all of the bands are allocated, then fused into an ArrayMultibandTile.
- bands
The number of bands that the new ArrayMultibandTile should have.
- cols
The number of columns that the new ArrayMultibandTile should have.
- rows
The number of rows that the new ArrayMultibandTile should have.
- returns
The new ArrayMultibandTile.
-
def
apply(bands: Array[Tile]): ArrayMultibandTile
Create a new ArrayMultibandTile from a given Array of Tile objects.
Create a new ArrayMultibandTile from a given Array of Tile objects.
- bands
The array of source Tile objects.
- returns
An ArrayMultibandTile whose bands are given tiles.
-
def
apply(bands: Traversable[Tile]): ArrayMultibandTile
Create a new ArrayMultibandTile from a given Traversable of Tile objects.
Create a new ArrayMultibandTile from a given Traversable of Tile objects.
- bands
The Traversable collection of source Tile objects.
- returns
An ArrayMultibandTile whose bands are given tiles.
-
def
apply(bands: Tile*): ArrayMultibandTile
Create a new ArrayMultibandTile from a given bunch of Tile objects.
Create a new ArrayMultibandTile from a given bunch of Tile objects.
- bands
The sequence of source Tile objects.
- returns
An ArrayMultibandTile whose bands are given tiles.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
empty(t: CellType, bands: Int, cols: Int, rows: Int): ArrayMultibandTile
Create an empty ArrayMultibandTile.
Create an empty ArrayMultibandTile. Arrays for all of the bands are allocated, then fused into an ArrayMultibandTile.
- bands
The number of bands that the new ArrayMultibandTile should have.
- cols
The number of columns that the new ArrayMultibandTile should have.
- rows
The number of rows that the new ArrayMultibandTile should have.
- returns
The new ArrayMultibandTile.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()