Packages

o

geotrellis.raster

RawArrayTile

object RawArrayTile

An object housing apply methods which produce RawArrayTiles.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawArrayTile
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(arr: Array[Double], cols: Int, rows: Int): DoubleRawArrayTile

    Create a new DoubleRawArrayTile from an array of Doubles.

    Create a new DoubleRawArrayTile 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

  5. def apply(arr: Array[Float], cols: Int, rows: Int): FloatRawArrayTile

    Create a new FloatRawArrayTile from an array of Floats.

    Create a new FloatRawArrayTile 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

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

    Create a new IntRawArrayTile from an array of integers.

    Create a new IntRawArrayTile 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

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

    Create a new ShortRawArrayTile from an array of Shorts.

    Create a new ShortRawArrayTile 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

  8. def apply(arr: Array[Byte], cols: Int, rows: Int): ByteRawArrayTile

    Create a new ByteRawArrayTile from an array of Bytes.

    Create a new ByteRawArrayTile 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

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped