Package

software.uncharted.salt.core.generation

output

Permalink

package output

Visibility
  1. Public
  2. All

Type Members

  1. class SeriesData[TC, BC, V, X] extends Serializable

    Permalink

    A thin wrapper class for the output of a tile generation, for a single Series

    A thin wrapper class for the output of a tile generation, for a single Series

    TC

    the abstract type representing a tile coordinate.

    BC

    the abstract type representing a bin coordinate. Must be something that can be represented in 1 dimension.

    V

    Output data type for bin aggregators, and input for tile aggregator

    X

    Output data type for tile aggregators

  2. case class SeriesDataMergeException(msg: String) extends Exception with Product with Serializable

    Permalink
  3. class Tile[TC] extends Serializable

    Permalink

    Container for the output of a tile job, where every "tile" has within it the results of the individual Series, grouped by coordinate.

    Container for the output of a tile job, where every "tile" has within it the results of the individual Series, grouped by coordinate. SeriesData is retrieved from a Tile by using SeriesData.apply(Tile).

Ungrouped