com.esri.core.geometry
Interface AngularUnitCode


Deprecated. Method introduced at Beta. Will be removed at next release.

@Deprecated
public interface AngularUnitCode

See Also:
AngularUnit.Code

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

Field Detail

RADIAN

static final int RADIAN
Deprecated. 
Value returned by the AngularUnitCode for radian.

See Also:
Constant Field Values

DEGREE

static final int DEGREE
Deprecated. 
Value returned by the AngularUnitCode for degree.

See Also:
Constant Field Values

MINUTE

static final int MINUTE
Deprecated. 
Value returned by the AngularUnitCode for minute.

See Also:
Constant Field Values

SECOND

static final int SECOND
Deprecated. 
Value returned by the AngularUnitCode for second.

See Also:
Constant Field Values

GRAD

static final int GRAD
Deprecated. 
Value returned by the AngularUnitCode for grad.

The angle subtended by 1/400 circle.

See Also:
Constant Field Values

GON

static final int GON
Deprecated. 
Value returned by the AngularUnitCode for gon.

The angle subtended by 1/400 circle.

See Also:
Constant Field Values

MICRORADIAN

static final int MICRORADIAN
Deprecated. 
Value returned by the AngularUnitCode for microradian.

Equals 1e-6 radian.

See Also:
Constant Field Values

MINUTE_CENTESIMAL

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

1/100th GON

See Also:
Constant Field Values

SECOND_CENTESIMAL

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

1/10000th Gon

See Also:
Constant Field Values

MIL_6400

static final int MIL_6400
Deprecated. 
Value returned by the AngularUnitCode for mil.

The angle subtended by 1/6400 circle.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.