Package | Description |
---|---|
org.locationtech.proj4j.proj | |
org.locationtech.proj4j.units |
Modifier and Type | Field and Description |
---|---|
protected Unit |
Projection.unit
units of this projection.
|
Modifier and Type | Method and Description |
---|---|
Unit |
Projection.getUnits() |
Modifier and Type | Method and Description |
---|---|
void |
Projection.setUnits(Unit unit) |
Modifier and Type | Class and Description |
---|---|
class |
DegreeUnit |
Modifier and Type | Field and Description |
---|---|
static Unit |
Units.ARC_MINUTES |
static Unit |
Units.ARC_SECONDS |
static Unit |
Units.CENTIMETRES |
static Unit |
Units.CHAINS |
static Unit |
Units.DECIMETRES |
static Unit |
Units.DEGREES |
static Unit |
Units.FATHOMS |
static Unit |
Units.FEET |
static Unit |
Units.INCHES |
static Unit |
Units.KILOMETRES |
static Unit |
Units.LINKS |
static Unit |
Units.METRES |
static Unit |
Units.MILES |
static Unit |
Units.MILLIMETRES |
static Unit |
Units.NAUTICAL_MILES |
static Unit |
Units.POINTS |
static Unit |
Units.RADIANS |
static Unit[] |
Units.units |
static Unit |
Units.US_CHAINS |
static Unit |
Units.US_FEET |
static Unit |
Units.US_INCHES |
static Unit |
Units.US_MILES |
static Unit |
Units.US_YARDS |
static Unit |
Units.YARDS |
Modifier and Type | Method and Description |
---|---|
static Unit |
Units.findUnits(String name) |
Modifier and Type | Method and Description |
---|---|
static double |
Units.convert(double value,
Unit from,
Unit to) |
Copyright © 2021. All rights reserved.