com.esri.core.geometry
Interface AngularUnit.Code

Enclosing class:
AngularUnit

public static interface AngularUnit.Code

The codes defined for the angular units.


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

Field Detail

RADIAN

static final int RADIAN
Value returned by the AngularUnit for radian.

See Also:
Constant Field Values

DEGREE

static final int DEGREE
Value returned by the AngularUnit for degree.

See Also:
Constant Field Values

MINUTE

static final int MINUTE
Value returned by the AngularUnit for minute.

See Also:
Constant Field Values

SECOND

static final int SECOND
Value returned by the AngularUnit for second.

See Also:
Constant Field Values

GRAD

static final int GRAD
Value returned by the AngularUnit for grad.

The angle subtended by 1/400 circle.

See Also:
Constant Field Values

GON

static final int GON
Value returned by the AngularUnit for gon.

The angle subtended by 1/400 circle.

See Also:
Constant Field Values

MICRORADIAN

static final int MICRORADIAN
Value returned by the AngularUnit for microradian.

Equals 1e-6 radian.

See Also:
Constant Field Values

MINUTE_CENTESIMAL

static final int MINUTE_CENTESIMAL
Value returned by the AngularUnit for centesimal minute.

1/100th GON

See Also:
Constant Field Values

SECOND_CENTESIMAL

static final int SECOND_CENTESIMAL
Value returned by the AngularUnit for centesimal second.

1/10000th Gon

See Also:
Constant Field Values

MIL_6400

static final int MIL_6400
Value returned by the AngularUnit for mil.

The angle subtended by 1/6400 circle.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.