|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistanceUnit | |
---|---|
net.degreedays.geo | Provides some basic classes for handling geographic information like longitude/latitude positions and distances. |
Uses of DistanceUnit in net.degreedays.geo |
---|
Fields in net.degreedays.geo declared as DistanceUnit | |
---|---|
static DistanceUnit |
DistanceUnit.FEET
|
static DistanceUnit |
DistanceUnit.KILOMETRES
|
static DistanceUnit |
DistanceUnit.METRES
|
static DistanceUnit |
DistanceUnit.MILES
|
Methods in net.degreedays.geo that return DistanceUnit | |
---|---|
DistanceUnit |
Distance.unit()
Returns the unit of measurement of this Distance object. |
static DistanceUnit[] |
DistanceUnit.values()
Returns an array of the available DistanceUnit values. |
Methods in net.degreedays.geo with parameters of type DistanceUnit | |
---|---|
Distance |
Distance.in(DistanceUnit unit)
Returns a Distance object that represents this
Distance converted into the specified unit of measurement. |
Constructors in net.degreedays.geo with parameters of type DistanceUnit | |
---|---|
Distance(double value,
DistanceUnit unit)
Constructs a new Distance object with the specified value
and unit of measurement. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |