|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.measure.angle.AngleNorm
Constant object identifiers of the options for normalization of an angle.
Angle,
DecimalAngle,
SexagesimalAngle| Field Summary | |
static AngleNorm |
FULL_REVOLUTION
Constant indicating that the angle should be normalized to within a full revolution ( +/-360 degrees ), preserving the direction of the angle. |
static AngleNorm |
FULL_REVOLUTION_NEGATIVE
Constant indicating that the angle should be normalized to within a negative full revolution ( -360 degrees ). |
static AngleNorm |
FULL_REVOLUTION_POSITIVE
Constant indicating that the angle should be normalized to within a positive full revolution ( +360 degrees ). |
static AngleNorm |
HALF_REVOLUTION
Constant indicating that the angle should be normalized to within a half a revolution ( +/-180 degrees ). |
java.lang.String |
name
The name of the angle direction |
static AngleNorm |
NONE
Constant indicating that no normalization should be performed. |
| Constructor Summary | |
protected |
AngleNorm(java.lang.String name)
Construct a AngleNorm object. |
| Method Summary | |
static AngleNorm[] |
getAngleNorms()
Return an array of the defined AngleNorm objects |
java.lang.String |
toString()
Return a String representation ( the name String ) of this AngleNorm object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final AngleNorm NONE
public static final AngleNorm HALF_REVOLUTION
public static final AngleNorm FULL_REVOLUTION
public static final AngleNorm FULL_REVOLUTION_POSITIVE
public static final AngleNorm FULL_REVOLUTION_NEGATIVE
public final java.lang.String name
| Constructor Detail |
protected AngleNorm(java.lang.String name)
AngleNorm object.
name - the angle's normalization identifier| Method Detail |
public static AngleNorm[] getAngleNorms()
AngleNorm objects
AngleNorm objectspublic java.lang.String toString()
AngleNorm object.
AngleNorm object
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||