Uses of Interface
org.geotools.measure.UnitFormatter
Packages that use UnitFormatter
Package
Description
Measures (like angles) and their
formatter.
Well
Known Text (WKT) parsing and formatting.
-
Uses of UnitFormatter in org.geotools.imageio.netcdf
Classes in org.geotools.imageio.netcdf that implement UnitFormatterModifier and TypeClassDescriptionfinal class
Parser/Encoder for units expressed in the NetCDF CF syntax, with ability to configure the unit syntax transformation and allow setting up custom aliases just for the NetCDF case. -
Uses of UnitFormatter in org.geotools.measure
Classes in org.geotools.measure that implement UnitFormatterModifier and TypeClassDescriptionclass
This class implements theUnitFormat
interface for formatting and parsingunits
.final class
A factory for unit formatters that support the units required by GeoTools.final class
UnitFormat configured to parse units.Methods in org.geotools.measure that return UnitFormatterModifier and TypeMethodDescriptionstatic UnitFormatter
Units.getDefaultFormat()
Gets an instance of the default system-wide Unit format.static UnitFormatter
WktUnitFormat.getInstance()
-
Uses of UnitFormatter in org.geotools.referencing.wkt
Classes in org.geotools.referencing.wkt that implement UnitFormatterModifier and TypeClassDescriptionfinal class
A factory for unit formatters that support the EPSG dialect.final class
A factory for unit formatters that support the EPSG dialect.