map.geodesy.ConformalLatitudeConverter
Convert between geodetic and conformal latitudes
Description
A ConformalLatitudeConverter
object provides conversion
methods between geodetic and conformal latitudes for an ellipsoid with a given
eccentricity.
The conformal latitude maps an ellipsoid (oblate spheroid) to a sphere while preserving shapes and angles locally. (Curves that meet at a given angle on the ellipsoid meet at the same angle on the sphere.) Use conformal latitudes when implementing conformal map projections on the ellipsoid.
Creation
Syntax
Description
converter
= map.geodesy.ConformalLatitudeConverter
creates
a ConformalLatitudeConverter
object for a sphere and sets the Eccentricity
property to 0
.
converter
= map.geodesy.ConformalLatitudeConverter(
creates a conformal 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