Uses of Interface
org.geotools.measure.UnitFormatter
-
Packages that use UnitFormatter Package Description org.geotools.measure Measures (like angles) and their formatter.org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of UnitFormatter in org.geotools.measure
Classes in org.geotools.measure that implement UnitFormatter Modifier and Type Class Description class
BaseUnitFormatter
This class encapsulates the required machinations to initialize the unit formatter implementation of a certain third-party unit library.Methods in org.geotools.measure that return UnitFormatter Modifier and Type Method Description static UnitFormatter
Units. getDefaultFormat()
Gets an instance of the default system-wide Unit format.static UnitFormatter
UnitFormat. getInstance()
static UnitFormatter
WktUnitFormat. getInstance()
-
Uses of UnitFormatter in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt that return UnitFormatter Modifier and Type Method Description static UnitFormatter
EpsgUnitFormat. getInstance()
static UnitFormatter
EsriUnitFormat. getInstance()
-