Package org.geotools.measure
Class UnitFormat
- Object
-
- UnitFormat
-
public final class UnitFormat extends Object
A factory for unit formatters that support the units required by GeoTools.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleUnitFormat
create()
static UnitFormatter
getInstance()
-
-
-
Method Detail
-
getInstance
public static UnitFormatter getInstance()
-
create
public static SimpleUnitFormat create()
-
-