Uses of Class
org.geotools.measure.UnitDefinition
- 
Packages that use UnitDefinition Package Description org.geotools.measure Measures (like angles) and their formatter.
- 
- 
Uses of UnitDefinition in org.geotools.measureFields in org.geotools.measure with type parameters of type UnitDefinition Modifier and Type Field Description static List<UnitDefinition>UnitDefinitions. CONSTANTSstatic List<UnitDefinition>UnitDefinitions. DIMENSIONLESSstatic List<UnitDefinition>UnitDefinitions. EPSGAdditional unit definitions for custom units defined by EPSG formats.static List<UnitDefinition>UnitDefinitions. ESRIAdditional unit definitions for custom units defined by ESRI formats.static List<UnitDefinition>UnitDefinitions. GEOTOOLSAdditional unit definitions for custom units defined by Geotools.static List<UnitDefinition>UnitDefinitions. NON_SIstatic List<UnitDefinition>UnitDefinitions. SI_BASEstatic List<UnitDefinition>UnitDefinitions. SI_DERIVEDstatic List<UnitDefinition>UnitDefinitions. US_CUSTOMARYstatic List<UnitDefinition>UnitDefinitions. WKTMethods in org.geotools.measure that return UnitDefinition Modifier and Type Method Description static UnitDefinitionUnitDefinition. of(Unit<?> unit, List<PrefixDefinition> prefixes, String symbolOverride, List<String> aliases)static UnitDefinitionUnitDefinition. withStandardPrefixes(Unit<?> unit)Constructor parameters in org.geotools.measure with type arguments of type UnitDefinition Constructor Description BaseUnitFormatter(List<UnitDefinition> unitDefinitions)Create a newBaseUnitFormatterinstance, initialized with provided the unit definitions.
 
-