Interface | Description |
---|---|
UnitFormatter |
An interface that is similar to
UnitFormat but elides mutating
methods. |
Class | Description |
---|---|
Angle |
An angle in degrees.
|
AngleFormat |
Parses and formats angles according a specified pattern.
|
BaseUnitFormatter |
This class encapsulates the required machinations to initialize the unit formatter implementation
of a certain third-party unit library.
|
Latitude |
A latitude angle.
|
Longitude |
A longitude angle.
|
Measure |
A scalar with an unit.
|
PrefixDefinition |
This class contains a unit prefix and allows the definition of additional aliases for this unit
prefix.
|
PrefixDefinitions |
This class holds definitions of common metric unit prefixes for use in unit definitions.
|
UnitDefinition |
This class holds a unit and associates it with its available prefixes and aliases.
|
UnitDefinitions |
This class holds unit definitions for use in unit formatter implementations.
|
UnitFormat |
A factory for unit formatters that support the units required by GeoTools.
|
Units |
A set of units to use in addition of
SI and NonSI . |
WktUnitFormat |
UnitFormat configured to parse units.
|
Enum | Description |
---|---|
AngleFormat.RoundingMethod |
Set the rounding method to use when the last significant digit in a value is 5.
|
Copyright © 1996–2023 Geotools. All rights reserved.