class ZFactor extends Serializable
Produces a ZFactor for a given point using the prescribed conversion method.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZFactor
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
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.
- def fromLatitude(lat: Double): Double
-
def
fromPoint(point: Point): Double
Produces the associated ZFactor for the given
Point
's Y coordinate.