Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PrCenter :: Double -> Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    Projection’s center as longitude and latitude in degrees.

  2. PrClipAngle :: Maybe Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    The clipping circle angle in degrees. A value of Nothing will switch to antimeridian cutting rather than small-circle clipping.

  3. PrClipExtent :: ClipRect -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    Projection’s viewport clip extent to the specified bounds in pixels.

  4. PrCoefficient :: Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    The Hammer map projection coefficient.

  5. PrDistance :: Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    The Satellite map projection distance.

  6. PrFraction :: Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    The Bottomley map projection fraction.

  7. PrLobes :: Int -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    Number of lobes in lobed map projections such as the Berghaus star.

  8. PrParallel :: Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    Parallel for map projections such as the Armadillo.

  9. PrPrecision :: Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    Threshold for the projection’s adaptive resampling in pixels, and corresponds to the Douglas–Peucker distance. If precision is not specified, the projection’s current resampling precision of 0.707 is used. Version 3.3.0 of the Vega-Lite spec claims this should be output as a string, but it is written out as a number since the spec is in error.

  10. PrRadius :: Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    Radius value for map projections such as the Gingery.

Page 714 of many | Previous | Next