Changeset 18170 in josm for trunk/src/org/openstreetmap/josm/data/projection
- Timestamp:
- 2021-08-23T23:17:28+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/proj/AlbersEqualArea.java
r13632 r18170 11 11 * Albers Equal Area Projection (EPSG code 9822). This is a conic projection with parallels being 12 12 * unequally spaced arcs of concentric circles, more closely spaced at north and south edges of the 13 * map. Merid eans are equally spaced radii of the same circles and intersect parallels at right13 * map. Meridians are equally spaced radii of the same circles and intersect parallels at right 14 14 * angles. As the name implies, this projection minimizes distortion in areas. 15 15 * <p> … … 28 28 * <ul> 29 29 * <li> Proj-4.4.7 available at <A HREF="http://www.remotesensing.org/proj">www.remotesensing.org/proj</A><br> 30 * Relev ent files are: PJ_aea.c, pj_fwd.c and pj_inv.c </li>30 * Relevant files are: PJ_aea.c, pj_fwd.c and pj_inv.c </li> 31 31 * <li> John P. Snyder (Map Projections - A Working Manual, 32 32 * U.S. Geological Survey Professional Paper 1395, 1987)</li> 33 33 * <li> "Coordinate Conversions and Transformations including Formulas", 34 * EPSG Guid ence Note Number 7, Version 19.</li>34 * EPSG Guidance Note Number 7, Version 19.</li> 35 35 * </ul> 36 36 *
Note:
See TracChangeset
for help on using the changeset viewer.