Uses of Class
org.geotools.measure.UnitDefinition
-
Packages that use UnitDefinition Package Description org.geotools.measure Measures (like angles) and their formatter. -
-
Uses of UnitDefinition in org.geotools.measure
Fields in org.geotools.measure with type parameters of type UnitDefinition Modifier and Type Field 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
Methods in org.geotools.measure that return UnitDefinition Modifier and Type Method Description static UnitDefinition
UnitDefinition. of(Unit<?> unit, List<PrefixDefinition> prefixes, String symbolOverride, List<String> aliases)
static UnitDefinition
UnitDefinition. withStandardPrefixes(Unit<?> unit)
Constructors in org.geotools.measure with parameters of type UnitDefinition Constructor Description BaseUnitFormatter(UnitDefinition... unitDefinitions)
Create a newBaseUnitFormatter
instance, initialized with provided the unit definitions.Constructor parameters in org.geotools.measure with type arguments of type UnitDefinition Constructor Description BaseUnitFormatter(List<UnitDefinition> unitDefinitions)
Create a newBaseUnitFormatter
instance, initialized with provided the unit definitions.
-