Package org.geotools.misc
Class FormatedString
- java.lang.Object
-
- org.geotools.misc.FormatedString
-
public class FormatedString extends Object
a utlity class to format numbers into strings. specify a length and number of decimal places.- Author:
- ian turton
-
-
Constructor Summary
Constructors Constructor Description FormatedString()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringformat(double d)static Stringformat(int i)static Stringformat(int i, int len)static Stringformat(String in)static Stringformat(String in, int dp)static Stringformat(String in, int dp, int len)static voidmain(String[] args)
-