map.geodesy.IsometricLatitudeConverter
Convert between geodetic and isometric latitudes
Description
An IsometricLatitudeConverter
object provides conversion
methods between geodetic and isometric latitudes for an ellipsoid with a given
eccentricity.
The isometric latitude is a nonlinear function of the geodetic latitude that is
directly proportional to the spacing of parallels, relative to the Equator, in an
ellipsoidal Mercator projection. It is a dimensionless quantity and, unlike other types
of auxiliary latitude, the isometric latitude is not angle-valued. It equals
Inf
at the north pole and -Inf
at the south
pole.
Creation
Syntax
Description
converter
= map.geodesy.IsometricLatitudeConverter
returns
an IsometricLatitudeConverter
object for a sphere and sets the Eccentricity
property to 0
.
converter
= map.geodesy.IsometricLatitudeConverter(
returns an isometric 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