class ZFactor extends Serializable

Produces a ZFactor for a given point using the prescribed conversion method.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZFactor
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ZFactor(produceZFactor: (Double) ⇒ Double)

    produceZFactor

    A function that takes a latitude point and converts it to its corresponding ZFactor.

Value Members

  1. def fromExtent(extent: Extent): Double

    Produces the associated ZFactor for the given location.

    Produces the associated ZFactor for the given location.

    extent

    The center point of this Extent will be used to determine the ZFactor.

  2. def fromLatitude(lat: Double): Double
  3. def fromPoint(point: Point): Double

    Produces the associated ZFactor for the given Point's Y coordinate.