public static interface

AngularUnit.Code

com.esri.core.geometry.AngularUnit.Code

Class Overview

The codes defined for the angular units.

Summary

Constants
int DEGREE Value returned by the AngularUnit for degree.
int GON Value returned by the AngularUnit for gon.
int GRAD Value returned by the AngularUnit for grad.
int MICRORADIAN Value returned by the AngularUnit for microradian.
int MIL_6400 Value returned by the AngularUnit for mil.
int MINUTE Value returned by the AngularUnit for minute.
int MINUTE_CENTESIMAL Value returned by the AngularUnit for centesimal minute.
int RADIAN Value returned by the AngularUnit for radian.
int SECOND Value returned by the AngularUnit for second.
int SECOND_CENTESIMAL Value returned by the AngularUnit for centesimal second.

Constants

public static final int DEGREE

Value returned by the AngularUnit for degree.

Constant Value: 9102 (0x0000238e)

public static final int GON

Value returned by the AngularUnit for gon.

The angle subtended by 1/400 circle.

Constant Value: 9106 (0x00002392)

public static final int GRAD

Value returned by the AngularUnit for grad.

The angle subtended by 1/400 circle.

Constant Value: 9105 (0x00002391)

public static final int MICRORADIAN

Value returned by the AngularUnit for microradian.

Equals 1e-6 radian.

Constant Value: 9109 (0x00002395)

public static final int MIL_6400

Value returned by the AngularUnit for mil.

The angle subtended by 1/6400 circle.

Constant Value: 9114 (0x0000239a)

public static final int MINUTE

Value returned by the AngularUnit for minute.

Constant Value: 9103 (0x0000238f)

public static final int MINUTE_CENTESIMAL

Value returned by the AngularUnit for centesimal minute.

1/100th GON

Constant Value: 9112 (0x00002398)

public static final int RADIAN

Value returned by the AngularUnit for radian.

Constant Value: 9101 (0x0000238d)

public static final int SECOND

Value returned by the AngularUnit for second.

Constant Value: 9104 (0x00002390)

public static final int SECOND_CENTESIMAL

Value returned by the AngularUnit for centesimal second.

1/10000th Gon

Constant Value: 9113 (0x00002399)