Package

org.locationtech.rasterframes

expressions

Permalink

package expressions

Module of Catalyst expressions for efficiently working with tiles.

Since

10/10/17

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

Type Members

  1. trait BinaryLocalRasterOp extends BinaryExpression

    Permalink

    Operation combining two tiles or a tile and a scalar into a new tile.

  2. trait BinaryRasterOp extends BinaryExpression

    Permalink

    Operation combining two tiles into a new tile.

  3. trait NullToValue extends AnyRef

    Permalink
  4. trait OnCellGridExpression extends UnaryExpression

    Permalink

    Implements boilerplate for subtype expressions processing TileUDT, RasterSourceUDT, and RasterRefs as Grid types.

    Implements boilerplate for subtype expressions processing TileUDT, RasterSourceUDT, and RasterRefs as Grid types.

    Since

    11/4/18

  5. trait OnTileContextExpression extends UnaryExpression

    Permalink

    Implements boilerplate for subtype expressions processing TileUDT (when ProjectedRasterTile), RasterSourceUDT, and RasterSource-shaped rows.

    Implements boilerplate for subtype expressions processing TileUDT (when ProjectedRasterTile), RasterSourceUDT, and RasterSource-shaped rows.

    Since

    11/3/18

  6. abstract class SpatialRelation extends BinaryExpression with CodegenFallback

    Permalink

    Determine if two spatial constructs intersect each other.

    Determine if two spatial constructs intersect each other.

    Since

    12/28/17

  7. case class TileAssembler(colIndex: Expression, rowIndex: Expression, cellValue: Expression, tileCols: Expression, tileRows: Expression, mutableAggBufferOffset: Int = 0, inputAggBufferOffset: Int = 0) extends TypedImperativeAggregate[TileBuffer] with ImplicitCastInputTypes with Product with Serializable

    Permalink

    Aggregator for reassembling tiles from from exploded form

    Aggregator for reassembling tiles from from exploded form

    Annotations
    @ExpressionDescription()
    Since

    9/24/17

  8. trait UnaryLocalRasterOp extends UnaryExpression

    Permalink

    Operation on a tile returning a tile.

  9. trait UnaryRasterAggregate extends DeclarativeAggregate

    Permalink

    Mixin providing boilerplate for DeclarativeAggrates over tile-conforming columns.

  10. trait UnaryRasterOp extends UnaryExpression

    Permalink

    Boilerplate for expressions operating on a single Tile-like .

Value Members

  1. object SpatialRelation

    Permalink
  2. object TileAssembler extends Serializable

    Permalink
  3. package accessors

    Permalink
  4. package aggregates

    Permalink
  5. package generators

    Permalink
  6. package localops

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

    Permalink
  8. package tilestats

    Permalink
  9. package transformers

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped