Package org.djunits.unit
Class AreaUnit
- All Implemented Interfaces:
Serializable
,Cloneable
public class AreaUnit extends Unit<AreaUnit>
AreaUnit defines a number of common units for areas.
Copyright (c) 2015-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
- Author:
- Alexander Verbraeck
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Fields Modifier and Type Field Description static AreaUnit
ACRE
acre (international) defined as 1/640 square mile or 4840 square yards.static AreaUnit
ARE
are.static Quantity<AreaUnit>
BASE
The base, with "m2" as the SI signature.static AreaUnit
CENTIARE
centiare.static AreaUnit
HECTARE
hectare.static AreaUnit
SI
The SI unit for area is m^2.static AreaUnit
SQUARE_CENTIMETER
cm^2.static AreaUnit
SQUARE_DECAMETER
dam^2.static AreaUnit
SQUARE_DECIMETER
dm^2.static AreaUnit
SQUARE_FOOT
ft^2.static AreaUnit
SQUARE_HECTOMETER
hm^2.static AreaUnit
SQUARE_INCH
in^2.static AreaUnit
SQUARE_KILOMETER
km^2.static AreaUnit
SQUARE_METER
m^2.static AreaUnit
SQUARE_MILE
mile^2.static AreaUnit
SQUARE_MILLIMETER
mm^2.static AreaUnit
SQUARE_NAUTICAL_MILE
Nautical mile^2.static AreaUnit
SQUARE_YARD
yd^2. -
Constructor Summary
Constructors Constructor Description AreaUnit()
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
Field Details
-
BASE
The base, with "m2" as the SI signature. -
SI
The SI unit for area is m^2. -
SQUARE_METER
m^2. -
SQUARE_MILLIMETER
mm^2. -
SQUARE_CENTIMETER
cm^2. -
SQUARE_DECIMETER
dm^2. -
SQUARE_DECAMETER
dam^2. -
SQUARE_HECTOMETER
hm^2. -
SQUARE_KILOMETER
km^2. -
CENTIARE
centiare. -
ARE
are. -
HECTARE
hectare. -
SQUARE_MILE
mile^2. -
SQUARE_NAUTICAL_MILE
Nautical mile^2. -
SQUARE_FOOT
ft^2. -
SQUARE_INCH
in^2. -
SQUARE_YARD
yd^2. -
ACRE
acre (international) defined as 1/640 square mile or 4840 square yards.
-
-
Constructor Details
-
AreaUnit
public AreaUnit()
-