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.netcdfClasses in org.geotools.imageio.netcdf that implement UnitFormatter Modifier and Type Class Description classNetCDFUnitFormatParser/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.measureClasses in org.geotools.measure that implement UnitFormatter Modifier and Type Class Description classBaseUnitFormatterThis class implements theUnitFormatinterface for formatting and parsingunits.classUnitFormatA factory for unit formatters that support the units required by GeoTools.classWktUnitFormatUnitFormat configured to parse units.Methods in org.geotools.measure that return UnitFormatter Modifier and Type Method Description static UnitFormatterUnits. getDefaultFormat()Gets an instance of the default system-wide Unit format.static UnitFormatterWktUnitFormat. getInstance()
- 
Uses of UnitFormatter in org.geotools.referencing.wktClasses in org.geotools.referencing.wkt that implement UnitFormatter Modifier and Type Class Description classEpsgUnitFormatA factory for unit formatters that support the EPSG dialect.classEsriUnitFormatA factory for unit formatters that support the EPSG dialect.
 
-