| java.lang.Object | ||
| ↳ | com.esri.core.geometry.Unit | |
| ↳ | com.esri.core.geometry.AngularUnit | |
The units to measure angles.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | AngularUnit.Code | The codes defined for the angular units. | |||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.esri.core.geometry.Unit
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AngularUnit(int WKID) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| double |
convertFromRadians(double radians)
Converts radian to the angular unit of the object.
| ||||||||||
| double |
convertToRadians(double valueToConvert)
Converts from the angular units of the object to radian units.
| ||||||||||
| boolean |
equals(Object other)
Indicates if this unit is the same type (linear, angular, or area) and the same unit
(meter, degree, acre, etc.,) as another.
| ||||||||||
| String |
getAbbreviation()
Returns the abbreviated name of this unit.
| ||||||||||
| double |
getConversionFactor(Unit dstUnit)
Returns the conversion factor.
| ||||||||||
| String |
getDisplayName()
Returns the display name of this unit.
| ||||||||||
| int |
getID()
Returns the well-known ID.
| ||||||||||
| String |
getName()
Returns the canonical name of the unit as defined in Projection Engine.
| ||||||||||
| String |
getPluralDisplayName()
Returns the plural display name of this unit.s
| ||||||||||
| Unit.UnitType |
getUnitType()
Returns the unit type.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.esri.core.geometry.Unit
| |||||||||||
From class
java.lang.Object
| |||||||||||
| WKID | Integer value for WKID. |
|---|
Converts radian to the angular unit of the object.
| radians | The value in radians to convert. |
|---|
Converts from the angular units of the object to radian units.
| valueToConvert | The angular unit of the object that will be converted into radian. |
|---|
Indicates if this unit is the same type (linear, angular, or area) and the same unit (meter, degree, acre, etc.,) as another.
| other | The other object. |
|---|
Returns the abbreviated name of this unit.
Returns the conversion factor.
| dstUnit | The destination unit. |
|---|
Returns the display name of this unit.
Returns the well-known ID.
Returns the canonical name of the unit as defined in Projection Engine.
Returns the plural display name of this unit.s