Package

astraea.spark.rasterframes

extensions

Permalink

package extensions

Visibility
  1. Public
  2. All

Type Members

  1. trait DataFrameMethods extends MethodExtensions[DataFrame] with MetadataKeys

    Permalink

    Extension methods over DataFrame.

    Extension methods over DataFrame.

    Since

    7/18/17

  2. trait Implicits extends AnyRef

    Permalink

    Library-wide implicit class definitions.

    Library-wide implicit class definitions.

    Since

    12/21/17

  3. abstract class MetadataMethods[M] extends MethodExtensions[M]

    Permalink

    Extension methods used for transforming the metadata in a ContextRDD.

    Extension methods used for transforming the metadata in a ContextRDD.

    Since

    7/18/17

  4. trait ProjectedRasterMethods extends MethodExtensions[ProjectedRaster[Tile]] with StandardColumns

    Permalink

    Extension methods on ProjectedRaster for creating RasterFrames.

    Extension methods on ProjectedRaster for creating RasterFrames.

    Since

    8/10/17

  5. trait RFSpatialColumnMethods extends MethodExtensions[RasterFrame] with StandardColumns

    Permalink

    RasterFrame extension methods associated with adding spatially descriptive columns.

    RasterFrame extension methods associated with adding spatially descriptive columns.

    Since

    12/15/17

  6. trait RasterFrameMethods extends MethodExtensions[RasterFrame] with RFSpatialColumnMethods with MetadataKeys with LazyLogging

    Permalink

    Extension methods on RasterFrame type.

    Extension methods on RasterFrame type.

    Since

    7/18/17

  7. trait SQLContextMethods extends MethodExtensions[SQLContext]

    Permalink

    Extension methods on SQLContext for initializing RasterFrames support in Catalyst.

    Extension methods on SQLContext for initializing RasterFrames support in Catalyst.

    Since

    10/30/17

  8. trait SparkSessionMethods extends MethodExtensions[SparkSession]

    Permalink

    Extension methods on SparkSession.

    Extension methods on SparkSession.

    Since

    10/30/17

  9. abstract class SpatialContextRDDMethods extends MethodExtensions[RDD[(SpatialKey, Tile)] with Metadata[TileLayerMetadata[SpatialKey]]]

    Permalink

    Extension method on ContextRDD-shaped Tile RDDs with appropriate context bounds to create a RasterFrame.

    Extension method on ContextRDD-shaped Tile RDDs with appropriate context bounds to create a RasterFrame.

    Since

    7/18/17

  10. abstract class SpatioTemporalContextRDDMethods extends MethodExtensions[RDD[(SpaceTimeKey, Tile)] with Metadata[TileLayerMetadata[SpaceTimeKey]]]

    Permalink

    Extension method on ContextRDD-shaped Tile RDDs keyed with SpaceTimeKey, with appropriate context bounds to create a RasterFrame.

    Extension method on ContextRDD-shaped Tile RDDs keyed with SpaceTimeKey, with appropriate context bounds to create a RasterFrame.

    Since

    9/11/17

  11. abstract class TFContextRDDMethods[K, D] extends MethodExtensions[RDD[(K, TileFeature[Tile, D])] with Metadata[TileLayerMetadata[K]]]

    Permalink

    Extension method on ContextRDD-shaped TileFeature RDDs with appropriate context bounds to create a RasterFrame.

    Extension method on ContextRDD-shaped TileFeature RDDs with appropriate context bounds to create a RasterFrame.

    Since

    7/18/17

  12. abstract class TFSTContextRDDMethods[D] extends MethodExtensions[RDD[(SpaceTimeKey, TileFeature[Tile, D])] with Metadata[TileLayerMetadata[SpaceTimeKey]]]

    Permalink

    Extension method on ContextRDD-shaped TileFeature RDDs with appropriate context bounds to create a RasterFrame.

    Extension method on ContextRDD-shaped TileFeature RDDs with appropriate context bounds to create a RasterFrame.

    Since

    7/18/17

Value Members

  1. object Implicits extends Implicits

    Permalink
  2. object RFSpatialColumnMethods extends Serializable

    Permalink

Ungrouped