Package | Description |
---|---|
javax.measure |
Provides strongly typed measurements to enforce compile-time
check of parameters consistency and avoid interface errors.
|
org.jscience.geography.coordinates |
Provides linear or angular
quantities which
designate the position that a point occupies in a given reference frame or system. |
Modifier and Type | Class and Description |
---|---|
class |
DecimalMeasure<Q extends Quantity>
This class represents a measure whose value is an arbitrary-precision
decimal number.
|
class |
VectorMeasure<Q extends Quantity>
This class represents a measurement vector of two or more dimensions.
|
Modifier and Type | Method and Description |
---|---|
abstract Measure<V,Q> |
Measure.to(Unit<Q> unit)
Returns the measure equivalent to this measure but stated in the
specified unit.
|
static <Q extends Quantity> |
Measure.valueOf(BigDecimal decimal,
Unit<Q> unit)
Deprecated.
DecimalMeasure should be used directly. |
static <Q extends Quantity> |
Measure.valueOf(BigDecimal decimal,
Unit<Q> unit,
MathContext mathContext)
Deprecated.
|
static <Q extends Quantity> |
Measure.valueOf(double[] components,
Unit<Q> unit)
Deprecated.
VectorMeasure should be used directly. |
static <Q extends Quantity> |
Measure.valueOf(double doubleValue,
Unit<Q> unit)
Returns the scalar measure for the specified
double
stated in the specified unit. |
static <Q extends Quantity> |
Measure.valueOf(float floatValue,
Unit<Q> unit)
Returns the scalar measure for the specified
float
stated in the specified unit. |
static <Q extends Quantity> |
Measure.valueOf(int intValue,
Unit<Q> unit)
Returns the scalar measure for the specified
int
stated in the specified unit. |
static <Q extends Quantity> |
Measure.valueOf(long longValue,
Unit<Q> unit)
Returns the scalar measure for the specified
double
stated in the specified unit. |
Modifier and Type | Field and Description |
---|---|
static Measure<Integer,Length> |
UTM.UPS_FALSE_EASTING
The UPS "false easting" value.
|
static Measure<Integer,Length> |
UTM.UPS_FALSE_NORTHING
The UPS "false northing" value.
|
static Measure<Integer,Length> |
UTM.UTM_FALSE_EASTING
The UTM "false easting" value.
|
static Measure<Integer,Length> |
UTM.UTM_FALSE_NORTHING
The UTM "false northing" value.
|
static Measure<Integer,Angle> |
UTM.UTM_NORTHERN_LIMIT
The northern limit of the UTM grid.
|
static Measure<Integer,Angle> |
UTM.UTM_SOUTHERN_LIMIT
The southern limit of the UTM grid.
|
Copyright © 2012. All Rights Reserved.