Uses of Class
org.geotools.measure.BaseUnitFormatter
-
Packages that use BaseUnitFormatter 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 BaseUnitFormatter in org.geotools.imageio.netcdf
Subclasses of BaseUnitFormatter in org.geotools.imageio.netcdf 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 BaseUnitFormatter in org.geotools.measure
Subclasses of BaseUnitFormatter in org.geotools.measure Modifier and Type Class Description class
UnitFormat
A factory for unit formatters that support the units required by GeoTools.class
WktUnitFormat
UnitFormat configured to parse units. -
Uses of BaseUnitFormatter in org.geotools.referencing.wkt
Subclasses of BaseUnitFormatter in org.geotools.referencing.wkt 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.
-