Package

org.locationtech.rasterframes

extensions

Permalink

package extensions

Visibility
  1. Public
  2. All

Type Members

  1. trait DataFrameMethods[DF <: DataFrame] extends MethodExtensions[DF] 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. trait LayerSpatialColumnMethods extends MethodExtensions[RasterFrameLayer] with StandardColumns

    Permalink

    RasterFrameLayer extension methods associated with adding spatially descriptive columns.

    RasterFrameLayer extension methods associated with adding spatially descriptive columns.

    Since

    12/15/17

  4. 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

  5. trait MultibandGeoTiffMethods extends MethodExtensions[MultibandGeoTiff]

    Permalink
  6. abstract class ProjectedRasterMethods[T <: CellGrid[Int]] extends MethodExtensions[ProjectedRaster[T]] with StandardColumns

    Permalink

    Extension methods on ProjectedRaster for creating RasterFrameLayers.

    Extension methods on ProjectedRaster for creating RasterFrameLayers.

    Since

    8/10/17

  7. trait RasterFrameLayerMethods extends MethodExtensions[RasterFrameLayer] with LayerSpatialColumnMethods with MetadataKeys

    Permalink

    Extension methods on RasterFrameLayer type.

    Extension methods on RasterFrameLayer type.

    Since

    7/18/17

  8. 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

  9. trait SinglebandGeoTiffMethods extends MethodExtensions[SinglebandGeoTiff]

    Permalink
  10. trait SparkSessionMethods extends MethodExtensions[SparkSession]

    Permalink

    Extension methods on SparkSession.

    Extension methods on SparkSession.

    Since

    10/30/17

  11. abstract class SpatialContextRDDMethods[T <: CellGrid[Int]] extends MethodExtensions[RDD[(SpatialKey, T)] with Metadata[TileLayerMetadata[SpatialKey]]]

    Permalink

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

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

    Since

    7/18/17

  12. abstract class SpatioTemporalContextRDDMethods[T <: CellGrid[Int]] extends MethodExtensions[RDD[(SpaceTimeKey, T)] with Metadata[TileLayerMetadata[SpaceTimeKey]]]

    Permalink

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

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

    Since

    9/11/17

Value Members

  1. object Implicits extends Implicits

    Permalink
  2. object KryoMethods

    Permalink
  3. object LayerSpatialColumnMethods extends Serializable

    Permalink
  4. object RasterJoin

    Permalink
  5. object ReprojectToLayer

    Permalink

    Algorithm for projecting an arbitrary RasterFrame into a layer with consistent CRS and gridding.

Ungrouped