Object/Trait

geotrellis.raster

ArrayTile

Related Docs: trait ArrayTile | package raster

Permalink

object ArrayTile extends Serializable

An object housing apply methods which produce ArrayTiles.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArrayTile
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def alloc(t: CellType, cols: Int, rows: Int): MutableArrayTile

    Permalink

    Allocate a new MutableArrayTile.

    Allocate a new MutableArrayTile.

    t

    The CellType of the new MutableArrayTile

    cols

    The number of columns that the new MutableArrayTile should have

    rows

    The number of rows that the new MutableArrayTile should have

    returns

    The new MutableArrayTile

  5. def apply(arr: Array[Double], cols: Int, rows: Int): DoubleConstantNoDataArrayTile

    Permalink

    Create a new DoubleConstantNoDataArrayTile from an array of Doubles.

    Create a new DoubleConstantNoDataArrayTile from an array of Doubles.

    arr

    The array of Doubles

    cols

    The number of columns in the new tile

    rows

    The number of rows in the new tile

    returns

    The newly-created tile

  6. def apply(arr: Array[Float], cols: Int, rows: Int): FloatConstantNoDataArrayTile

    Permalink

    Create a new FloatConstantNoDataArrayTile from an array of Floats.

    Create a new FloatConstantNoDataArrayTile from an array of Floats.

    arr

    The array of Floats

    cols

    The number of columns in the new tile

    rows

    The number of rows in the new tile

    returns

    The newly-created tile

  7. def apply(arr: Array[Int], cols: Int, rows: Int): IntConstantNoDataArrayTile

    Permalink

    Create a new IntConstantNoDataArrayTile from an array of integers.

    Create a new IntConstantNoDataArrayTile from an array of integers.

    arr

    The array of integers

    cols

    The number of columns in the new tile

    rows

    The number of rows in the new tile

    returns

    The newly-created tile

  8. def apply(arr: Array[Short], cols: Int, rows: Int): ShortConstantNoDataArrayTile

    Permalink

    Create a new ShortConstantNoDataArrayTile from an array of Shorts.

    Create a new ShortConstantNoDataArrayTile from an array of Shorts.

    arr

    The array of Shorts

    cols

    The number of columns in the new tile

    rows

    The number of rows in the new tile

    returns

    The newly-created tile

  9. def apply(arr: Array[Byte], cols: Int, rows: Int): ByteConstantNoDataArrayTile

    Permalink

    Create a new ByteConstantNoDataArrayTile from an array of Bytes.

    Create a new ByteConstantNoDataArrayTile from an array of Bytes.

    arr

    The array of Bytes

    cols

    The number of columns in the new tile

    rows

    The number of rows in the new tile

    returns

    The newly-created tile

  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def empty(t: CellType, cols: Int, rows: Int): MutableArrayTile

    Permalink

    Create a new, empty MutableArrayTile.

    Create a new, empty MutableArrayTile.

    t

    The CellType of the new MutableArrayTile

    cols

    The number of columns that the new MutableArrayTile should have

    rows

    The number of rows that the new MutableArrayTile should have

    returns

    The new MutableArrayTile

  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fromBytes(bytes: Array[Byte], t: CellType, cols: Int, rows: Int): MutableArrayTile

    Permalink

    Create a MutableArrayTile from a byte array.

    Create a MutableArrayTile from a byte array.

    bytes

    The array of bytes

    t

    The CellType of the new MutableArrayTile

    cols

    The number of columns that the new MutableArrayTile should have

    rows

    The number of rows that the new MutableArrayTile should have

    returns

    The new MutableArrayTile

  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped