
Orthographic projection (equatorial aspect) of the hemisphere 30W–150E
'
Orthographic projection' is a
map projection of
cartography. Like the
Stereographic projection and
Gnomonic projection, Orthographic projection is a
perspective (or azimuthal) projection, in which the
sphere is projected onto a
tangent plane or
secant plane. The ''point of perspective'' for the Orthographic projection is at
infinite distance. It depicts a
hemisphere of the
globe as it appears from
outer space. The shapes and areas are
distorted, particularly near the edges, but distances are preserved along
parallels (Snyder 1987, 1993).
History
Orthographic projection was called "analemma" by the Greeks (see
Ptolemy). The current name was adopted in 1613 by
François d'Aiguillon of
Antwerp, though it is thought to originate from the
Roman writer and architect
Vitruvius.
Albrecht Dürer prepared the first known polar and equatorial Orthographic maps of the Earth. Photographs of the
Earth and other
planets from spacecraft have inspired renewed interest in the Orthographic projection in
astronomy and
planetary science.
Mathematics
The
formulas for the Orthographic projection are derived using
trigonometry. They are written in terms of
longitude (
) and
latitude (
) on the
sphere. Define the
radius of the
sphere and the ''center''
point (and
origin) of the projection (
). The
equations for the Orthographic projection onto the
tangent plane reduce to the following (Snyder 1987):
:
Latitudes beyond the range of the map should be clipped by calculating the
distance from the ''center'' of the Orthographic projection. This ensures that points on the opposite hemisphere are not plotted:
:
.
The point should be clipped from the map if
is negative.
The inverse formulas are given by:
:
where
:
For
computation of the inverse formulas (e.g., using
C/
C++,
Fortran, or other
programming language), the use of the two-argument
atan2 form of the
inverse tangent function (as opposed to
atan) is recommended. This ensures that the
sign of the Orthographic projection as written is correct in all
quadrants.
The inverse formulas are particularly useful when trying to project a variable defined on a
grid onto a rectilinear grid in
. Direct application of the Orthographic projection yields scattered points in
, which creates problems for
plotting and
numerical integration. One solution is to start from the
projection plane and construct the image from the values defined in
by using the inverse formulas of the Orthographic projection.
References
★
Map Projections—A Working Manual (US Geologic Survey Professional Paper 1395), Snyder, J. P., , , US Government Printing Office, 1987,
★
Flattening the Earth: two thousand years of map projections, Snyder, J. P., , , The University of Chicago Press, 1993, ISBN 0-226-76747-7 (paperback)
External links
★
Orthographic Projection—from MathWorld