Uses of Class
org.geotools.measure.PrefixDefinition
- 
Packages that use PrefixDefinition Package Description org.geotools.measure Measures (like angles) and their formatter.
- 
- 
Uses of PrefixDefinition in org.geotools.measureFields in org.geotools.measure with type parameters of type PrefixDefinition Modifier and Type Field Description static List<PrefixDefinition>PrefixDefinitions. STANDARDA list of metric prefix definitions from YOTTA (1024) to YOCTO (10-24).Methods in org.geotools.measure that return PrefixDefinition Modifier and Type Method Description static PrefixDefinitionPrefixDefinition. of(MetricPrefix prefix, String... prefixAlias)static PrefixDefinitionPrefixDefinition. of(MetricPrefix prefix, List<String> prefixAlias)Methods in org.geotools.measure that return types with arguments of type PrefixDefinition Modifier and Type Method Description List<PrefixDefinition>UnitDefinition. getPrefixes()Method parameters in org.geotools.measure with type arguments of type PrefixDefinition Modifier and Type Method Description static UnitDefinitionUnitDefinition. of(Unit<?> unit, List<PrefixDefinition> prefixes, String symbolOverride, List<String> aliases)
 
-