object MultibandTile extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultibandTile
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(bands: Array[Tile]): MultibandTile
Creates a multiband tile from a sequence of tiles which represent the bands.
Creates a multiband tile from a sequence of tiles which represent the bands. This creates an ArrayMultibandTile, the default implementation of MultibandTile.
-
def
apply(bands: Traversable[Tile]): MultibandTile
Creates a multiband tile from a sequence of tiles which represent the bands.
Creates a multiband tile from a sequence of tiles which represent the bands. This creates an ArrayMultibandTile, the default implementation of MultibandTile.
-
def
apply(bands: Tile*): MultibandTile
Creates a multiband tile from a sequence of tiles which represent the bands.
Creates a multiband tile from a sequence of tiles which represent the bands. This creates an ArrayMultibandTile, the default implementation of MultibandTile.