map.geodesy.RectifyingLatitudeConverter
Convert between geodetic and rectifying latitudes
Description
A RectifyingLatitudeConverter
object provides conversion
methods between geodetic and rectifying latitudes for an ellipsoid with a given third
flattening.
The rectifying latitude maps an ellipsoid (oblate spheroid) to a sphere while preserving the distances along the meridians. Rectifying latitudes are used when implementing map projections, such as Equidistant Cylindrical, that preserve such distances.
Creation
Syntax
Description
converter
= map.geodesy.RectifyingLatitudeConverter
returns
a RectifyingLatitudeConverter
object for a sphere and sets the ThirdFlattening
property to 0
.
converter
= map.geodesy.RectifyingLatitudeConverter(
returns a rectifying latitude converter object and sets the spheroid
)ThirdFlattening
property to match the specified spheroid
object.
Input Arguments
Properties
Object Functions
Examples
Version History
Introduced in R2013a