This is the utm-ups Reference Manual, version 1.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 08:01:13 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
utm-ups
Convert coordinates between Latitude/Longitude and UTM or UPS.
Guillaume Le Vaillant
GPL-3
1.2
utm-ups.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
utm-ups/utm-ups.lisp
utm-ups
(system).
*ellipsoid*
(special variable).
band
(function).
ellipsoids
(function).
format-lat/lon
(function).
format-utm/ups
(function).
lat/lon->ups
(function).
lat/lon->utm
(function).
lat/lon->utm/ups
(function).
parse-lat/lon
(function).
parse-utm/ups
(function).
ups->lat/lon
(function).
ups-band
(function).
utm->lat/lon
(function).
utm-band
(function).
utm-zone
(function).
utm/ups->lat/lon
(function).
*ellipsoids*
(special variable).
deg->rad
(function).
ellipsoid-e2
(function).
ellipsoid-r
(function).
rad->deg
(function).
Packages are listed by definition order.
utm-ups
common-lisp
.
*ellipsoid*
(special variable).
band
(function).
ellipsoids
(function).
format-lat/lon
(function).
format-utm/ups
(function).
lat/lon->ups
(function).
lat/lon->utm
(function).
lat/lon->utm/ups
(function).
parse-lat/lon
(function).
parse-utm/ups
(function).
ups->lat/lon
(function).
ups-band
(function).
utm->lat/lon
(function).
utm-band
(function).
utm-zone
(function).
utm/ups->lat/lon
(function).
*ellipsoids*
(special variable).
deg->rad
(function).
ellipsoid-e2
(function).
ellipsoid-r
(function).
rad->deg
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Return the UTM or UPS band for the given LATITUDE and LONGITUDE.
Return the list of supported ellipsoids.
Return the coordinates as a string. If FORMAT is NIL or :DMS, d°m’s" notation will be used for angles. If FORMAT is :DM, d°m’ notation will be used. If FORMAT is T or :D, decimal notation will be used.
Return UTM or UPS coordinates as a string. If BAND is not specified, it will be set to "+" for northern zones and to "-" for southern zones.
Return the UPS hemisphere, easting and northing for the given LATITUDE and LONGITUDE. The second returned value is the UPS band.
Return the UTM zone, easting and northing for the given LATITUDE and LONGITUDE. The second returned value is the UTM band. The ZONE parameter can be used to force in which UTM zone the coordinates will be computed.
Return the UTM or UPS zone, easting and northing for the given LATITUDE and LONGITUDE. The second returned value is the UTM or UPS band. The ZONE parameter can be used to force in which UTM zone the coordinates will be computed.
Return the latitude and longitude represented as a STRING.
Return the UTM or UPS coordinates represented as a STRING.
Return the LATITUDE and LONGITUDE for the given UPS hemisphere, EASTING and NORTHING.
Return the UPS band for the given LATITUDE and LONGITUDE.
Return the latitude and longitude for the given UTM ZONE, EASTING and NORTHING.
Return the UTM band for the given LATITUDE.
Return the UTM zone number for the given LATITUDE and LONGITUDE.
Return the latitude and longitude for the given UTM or UPS ZONE, EASTING and NORTHING.
Ellipsoids used to modelize the earth, defined by an equatorial radius and a squared eccentricity.
Convert ANGLE from radians to degrees.
Return the squared eccentricity of an ELLIPSOID.
Return the equatorial radius of an ELLIPSOID.
Convert ANGLE from degrees to radians.
Jump to: | B D E F L P R U |
---|
Jump to: | B D E F L P R U |
---|
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | F P S U |
---|
Jump to: | F P S U |
---|