Package | Description |
---|---|
org.geotools.measure |
Measures (like angles) and their
formatter.
|
Modifier and Type | Field and Description |
---|---|
static List<UnitDefinition> |
UnitDefinitions.CONSTANTS |
static List<UnitDefinition> |
UnitDefinitions.DIMENSIONLESS |
static List<UnitDefinition> |
UnitDefinitions.EPSG
Additional unit definitions for custom units defined by EPSG formats.
|
static List<UnitDefinition> |
UnitDefinitions.ESRI
Additional unit definitions for custom units defined by ESRI formats.
|
static List<UnitDefinition> |
UnitDefinitions.GEOTOOLS
Additional unit definitions for custom units defined by Geotools.
|
static List<UnitDefinition> |
UnitDefinitions.NON_SI |
static List<UnitDefinition> |
UnitDefinitions.SI_BASE |
static List<UnitDefinition> |
UnitDefinitions.SI_DERIVED |
static List<UnitDefinition> |
UnitDefinitions.US_CUSTOMARY |
static List<UnitDefinition> |
UnitDefinitions.WKT |
Modifier and Type | Method and Description |
---|---|
static UnitDefinition |
UnitDefinition.of(Unit<?> unit,
List<PrefixDefinition> prefixes,
String symbolOverride,
List<String> aliases) |
static UnitDefinition |
UnitDefinition.withStandardPrefixes(Unit<?> unit) |
Constructor and Description |
---|
BaseUnitFormatter(UnitDefinition... unitDefinitions)
Create a new
BaseUnitFormatter instance, initialized with provided the unit
definitions. |
Constructor and Description |
---|
BaseUnitFormatter(List<UnitDefinition> unitDefinitions)
Create a new
BaseUnitFormatter instance, initialized with provided the unit
definitions. |
Copyright © 1996–2022 Geotools. All rights reserved.