Package

software.uncharted.salt.core.projection

numeric

Permalink

package numeric

Visibility
  1. Public
  2. All

Type Members

  1. class CartesianProjection extends NumericProjection[(Double, Double), (Int, Int, Int), (Int, Int)]

    Permalink

    A projection into 2D cartesian (z,x,y) space

  2. class MercatorProjection extends NumericProjection[(Double, Double), (Int, Int, Int), (Int, Int)]

    Permalink

    A projection into 2D mercator (lon,lat) space

  3. abstract class NumericProjection[DC, TC, BC] extends Projection[DC, TC, BC]

    Permalink

    DC

    the abstract type representing a data-space coordinate

    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.

  4. class SeriesProjection extends NumericProjection[Double, (Int, Int), Int]

    Permalink

    A projection into zooming 1D (z,x) space

Ungrouped