Package | Description |
---|---|
javax.measure.quantity |
Provides quantitative properties or attributes of thing such as
mass, time, distance, heat, and angular separation.
|
javax.measure.unit |
Provides support for programatic unit handling.
|
Modifier and Type | Field and Description |
---|---|
static Unit<Area> |
Area.UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
|
Modifier and Type | Field and Description |
---|---|
static Unit<Area> |
NonSI.ARE
A unit of area equal to
100 m²
(standard name a ). |
static Unit<Area> |
NonSI.HECTARE
A unit of area equal to
100
(standard name ha ). |
static Unit<Area> |
SI.SQUARE_METRE
The metric unit for area quantities (
m² ). |
Copyright © 2012. All Rights Reserved.