Package org.geotools.measure
Class PrefixDefinitions
- Object
-
- PrefixDefinitions
-
public final class PrefixDefinitions extends Object
This class holds definitions of common metric unit prefixes for use in unit definitions.
-
-
Field Summary
Fields Modifier and Type Field Description static List<PrefixDefinition>
STANDARD
A list of metric prefix definitions from YOTTA (1024) to YOCTO (10-24).
-
Constructor Summary
Constructors Constructor Description PrefixDefinitions()
-
-
-
Field Detail
-
STANDARD
public static List<PrefixDefinition> STANDARD
A list of metric prefix definitions from YOTTA (1024) to YOCTO (10-24).
-
-