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.measure
Fields in org.geotools.measure with type parameters of type PrefixDefinition Modifier and Type Field Description static List<PrefixDefinition>
PrefixDefinitions. STANDARD
A 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 PrefixDefinition
PrefixDefinition. of(MetricPrefix prefix, String... prefixAlias)
static PrefixDefinition
PrefixDefinition. 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 UnitDefinition
UnitDefinition. of(Unit<?> unit, List<PrefixDefinition> prefixes, String symbolOverride, List<String> aliases)
-