|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.measure.angle.AngleSign
Constant object identifiers of the direction of rotation of an angle.
The are two directions, positive and negative. By convention, angles with zero values are considered positive.
Angle,
DecimalAngle,
SexagesimalAngle| Field Summary | |
java.lang.String |
name
The name of the angle direction |
static AngleSign |
NEGATIVE
Constant indicating a rotation in the negative direction |
static AngleSign |
POSITIVE
Constant indicating a rotation in the positive direction |
java.lang.String |
symbol
The symbol of the angle direction |
int |
value
The value of the angle direction |
| Constructor Summary | |
protected |
AngleSign(java.lang.String name,
java.lang.String symbol,
int value)
Construct a AngleSign object. |
| Method Summary | |
static AngleSign[] |
getAngleSigns()
Return an array of the defined AngleSign objects |
java.lang.String |
toString()
Return a String representation ( the name String ) of this AngleSign object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final AngleSign POSITIVE
public static final AngleSign NEGATIVE
public final java.lang.String name
public final java.lang.String symbol
public final int value
| Constructor Detail |
protected AngleSign(java.lang.String name,
java.lang.String symbol,
int value)
AngleSign object.
name - the angle's directionsymbol - the angle's direction| Method Detail |
public static AngleSign[] getAngleSigns()
AngleSign objects
AngleSign objectspublic java.lang.String toString()
AngleSign object.
AngleSign object
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||