This is a Java port of my C++ conversion utility from Geodesica-SFX. Currently only the Length tab is implemented. User can enter fractional or decimal values and set the number of divisions for the following input units:
Fermi, Ångströms, Microns, Micro-Inches, Mils, Lines, Inches, Meters, Kilometers, Astronomical Units, Light Years, Parsecs, Palms, Hands, Feet, Yards, Fathoms, Cables, Furlongs, Rods, Chains, Links, Miles, US Nautical Miles, UK Nautical Miles, Admiralty Miles, Leagues, Digits, Royal Cubits, Palestinian Cubits, Sacred Cubits, Greek Cubits, Sumerian Feet, Roman Feet, Roman Paces, Roman Furlongs, Remen, Stadia, Megalithic Yards, Megalithic Fathoms and Megalithic Miles.
User has full control of BigDecimal computations and can set both the working and output precision, as well as the rounding mode for any given application.
Features
- Divisions from 1/5th to 1000,000th.
- Optional fraction reduction
- Computes pixel resolution for any given size and DPI
- Uses Java's BigDecimal class for accuracy
- User has full control over the precision and rounding modes