Package

org.locationtech.rasterframes

functions

Permalink

package functions

Module utils.

Since

9/7/17

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

Type Members

  1. trait AggregateFunctions extends AnyRef

    Permalink

    Functions associated with computing columnar aggregates over tile and geometry columns.

  2. trait LocalFunctions extends AnyRef

    Permalink

    Functions that operate on one or ore tiles and create a new tile on a cell-by-cell basis.

  3. trait SpatialFunctions extends AnyRef

    Permalink

    Functions associated with georectification, gridding, vector data, and spatial indexing.

  4. trait TileFunctions extends AnyRef

    Permalink

    Functions associated with creating and transforming tiles, including tile-wise statistics and rendering.

Value Members

  1. object LocalFunctions extends LocalFunctions

    Permalink
  2. object SpatialFunctions extends SpatialFunctions

    Permalink
  3. object TileFunctions extends TileFunctions

    Permalink
  4. def register(sqlContext: SQLContext): Unit

    Permalink
  5. def reproject_and_merge: UserDefinedFunction

    Permalink
  6. val reproject_and_merge_f: (Row, Row, Seq[Tile], Seq[Row], Seq[Row], Row, String) ⇒ Tile

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped