Package | Description |
---|---|
org.geotools.measure |
Measures (like angles) and their
formatter.
|
Modifier and Type | Field and Description |
---|---|
static List<PrefixDefinition> |
PrefixDefinitions.STANDARD
A list of metric prefix definitions from YOTTA (1024) to YOCTO (10-24).
|
Modifier and Type | Method and Description |
---|---|
static PrefixDefinition |
PrefixDefinition.of(MetricPrefix prefix,
List<String> prefixAlias) |
static PrefixDefinition |
PrefixDefinition.of(MetricPrefix prefix,
String... prefixAlias) |
Modifier and Type | Method and Description |
---|---|
List<PrefixDefinition> |
UnitDefinition.getPrefixes() |
Modifier and Type | Method and Description |
---|---|
static UnitDefinition |
UnitDefinition.of(Unit<?> unit,
List<PrefixDefinition> prefixes,
String symbolOverride,
List<String> aliases) |
Copyright © 1996–2022 Geotools. All rights reserved.