software.uncharted.salt.core.projection

numeric

package numeric

Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

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

    A projection into 1D (x) space

Ungrouped