|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.osmstyle.eval.UnitConversions
public class UnitConversions
Converting quantities from one unit to another. TODO: this will probably change a lot.
Constructor Summary | |
---|---|
UnitConversions()
|
Method Summary | |
---|---|
static double |
convertFactor(java.lang.String code)
Get the conversion factor for the given conversion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnitConversions()
Method Detail |
---|
public static double convertFactor(java.lang.String code)
code
- A string such as 'm=>ft' which would mean meters
to feet.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |