public final class UnitDefinitions extends Object
The individual definitions allow mixing and matching of units definitions as required for each individual unit formatter implementation.
Modifier and Type | Field and Description |
---|---|
static List<UnitDefinition> |
CONSTANTS |
static List<UnitDefinition> |
DIMENSIONLESS |
static List<UnitDefinition> |
EPSG
Additional unit definitions for custom units defined by EPSG formats.
|
static List<UnitDefinition> |
ESRI
Additional unit definitions for custom units defined by ESRI formats.
|
static List<UnitDefinition> |
GEOTOOLS
Additional unit definitions for custom units defined by Geotools.
|
static List<UnitDefinition> |
NON_SI |
static List<UnitDefinition> |
SI_BASE |
static List<UnitDefinition> |
SI_DERIVED |
static List<UnitDefinition> |
US_CUSTOMARY |
static List<UnitDefinition> |
WKT |
public static List<UnitDefinition> DIMENSIONLESS
public static List<UnitDefinition> SI_BASE
public static List<UnitDefinition> CONSTANTS
public static List<UnitDefinition> SI_DERIVED
public static List<UnitDefinition> NON_SI
public static List<UnitDefinition> US_CUSTOMARY
public static List<UnitDefinition> GEOTOOLS
public static List<UnitDefinition> EPSG
public static List<UnitDefinition> ESRI
public static List<UnitDefinition> WKT
Copyright © 1996–2022 Geotools. All rights reserved.