Package

org.locationtech.rasterframes.expressions

accessors

Permalink

package accessors

Visibility
  1. Public
  2. All

Type Members

  1. case class ExtractTile(child: Expression) extends UnaryExpression with UnaryRasterOp with CodegenFallback with Product with Serializable

    Permalink

    Expression to extract at tile from several types that contain tiles.

  2. case class GetCRS(child: Expression) extends UnaryExpression with CodegenFallback with Product with Serializable

    Permalink

    Expression to extract the CRS out of a RasterRef or ProjectedRasterTile column.

    Expression to extract the CRS out of a RasterRef or ProjectedRasterTile column.

    Annotations
    @ExpressionDescription()
    Since

    9/9/18

  3. case class GetCellType(child: Expression) extends UnaryExpression with OnCellGridExpression with CodegenFallback with Product with Serializable

    Permalink

    Extract a Tile's cell type

    Extract a Tile's cell type

    Since

    12/21/17

  4. case class GetDimensions(child: Expression) extends UnaryExpression with OnCellGridExpression with CodegenFallback with Product with Serializable

    Permalink

    Extract a raster's dimensions

    Extract a raster's dimensions

    Annotations
    @ExpressionDescription()
    Since

    12/21/17

  5. case class GetExtent(child: Expression) extends UnaryExpression with OnTileContextExpression with CodegenFallback with Product with Serializable

    Permalink

    Expression to extract the Extent out of a RasterSource or ProjectedRasterTile column.

    Expression to extract the Extent out of a RasterSource or ProjectedRasterTile column.

    Annotations
    @ExpressionDescription()
    Since

    9/10/18

  6. case class GetGeometry(child: Expression) extends UnaryExpression with OnTileContextExpression with CodegenFallback with Product with Serializable

    Permalink

    Expression to extract the Extent out of a RasterSource or ProjectedRasterTile column.

    Expression to extract the Extent out of a RasterSource or ProjectedRasterTile column.

    Annotations
    @ExpressionDescription()
    Since

    9/10/18

  7. case class GetTileContext(child: Expression) extends UnaryExpression with UnaryRasterOp with CodegenFallback with Product with Serializable

    Permalink
  8. case class RealizeTile(child: Expression) extends UnaryExpression with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  9. case class GetEnvelope(child: Expression) extends UnaryExpression with CodegenFallback with Product with Serializable

    Permalink

    Extracts the bounding box (envelope) of arbitrary JTS Geometry.

    Extracts the bounding box (envelope) of arbitrary JTS Geometry.

    Annotations
    @deprecated
    Deprecated

    (Since version 11/4/2018) Replace usages of this with GeometryToExtent

    Since

    2/22/18

Value Members

  1. object ExtractTile extends Serializable

    Permalink
  2. object GetCRS extends Serializable

    Permalink
  3. object GetCellType extends Serializable

    Permalink
  4. object GetDimensions extends Serializable

    Permalink
  5. object GetEnvelope extends Serializable

    Permalink
  6. object GetExtent extends Serializable

    Permalink
  7. object GetGeometry extends Serializable

    Permalink
  8. object GetTileContext extends Serializable

    Permalink
  9. object RealizeTile extends Serializable

    Permalink

Ungrouped