Package | Description |
---|---|
org.apache.sis.measure |
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
|
Modifier and Type | Method and Description |
---|---|
UnitFormat.Style |
UnitFormat.getStyle()
Returns whether unit formatting uses ASCII symbols, Unicode symbols or full localized names.
|
static UnitFormat.Style |
UnitFormat.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitFormat.Style[] |
UnitFormat.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitFormat.setStyle(UnitFormat.Style style)
Sets whether unit formatting should use ASCII symbols, Unicode symbols or full localized names.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.