Uses of Interface
org.geotools.measure.UnitFormatter
-
Packages that use UnitFormatter Package Description org.geotools.imageio.netcdf 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.imageio.netcdf
Classes in org.geotools.imageio.netcdf that implement UnitFormatter Modifier and Type Class Description class
NetCDFUnitFormat
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 UnitFormatter Modifier and Type Class Description class
BaseUnitFormatter
This class implements theUnitFormat
interface for formatting and parsingunits
.class
UnitFormat
A factory for unit formatters that support the units required by GeoTools.class
WktUnitFormat
UnitFormat configured to parse units.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
WktUnitFormat. getInstance()
-
Uses of UnitFormatter in org.geotools.referencing.wkt
Classes in org.geotools.referencing.wkt that implement UnitFormatter Modifier and Type Class Description class
EpsgUnitFormat
A factory for unit formatters that support the EPSG dialect.class
EsriUnitFormat
A factory for unit formatters that support the EPSG dialect.
-