map.geodesy.AuthalicLatitudeConverter
Convert between geodetic and authalic latitudes
Description
An AuthalicLatitudeConverter object provides conversion
            methods between geodetic and authalic latitudes for an ellipsoid with a given
            eccentricity.
The authalic latitude maps an ellipsoid (oblate spheroid) to a sphere while preserving surface area. Use authalic latitudes when implementing equal area map projections on the ellipsoid.
Creation
Syntax
Description
                    converter
= map.geodesy.AuthalicLatitudeConverter creates
                    an AuthalicLatitudeConverter object
                    for a sphere and sets the Eccentricity to 0.
                    converter
= map.geodesy.AuthalicLatitudeConverter(
                    creates an authalic latitude converter object and sets the spheroid)Eccentricity property to match the specified spheroid
                    object.
Input Arguments
Properties
Object Functions
Examples
Version History
Introduced in R2013a