Package org.geotools.measure
Class UnitFormat
- Object
-
- BaseUnitFormatter
-
- UnitFormat
-
- All Implemented Interfaces:
UnitFormatter
public final class UnitFormat extends BaseUnitFormatter
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 UnitFormat
create()
static UnitFormat
getInstance()
-
Methods inherited from class BaseUnitFormatter
addAlias, addLabel, format, isUnitIdentifierPart, isValidIdentifier, nameFor, parse, parse, parseObject, parseProductUnit, parseSingleUnit, prefixFor, toString
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface UnitFormatter
format
-
-
-
-
Method Detail
-
getInstance
public static UnitFormat getInstance()
-
create
public static UnitFormat create()
-
-